Skip to content

Commit f10036d

Browse files
authored
Merge pull request #5 from 7knot/support/update-image-tag
support(panope): update image tag.
2 parents 23fd767 + 0de4b22 commit f10036d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/panope/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.16.0"
24+
appVersion: "v0.1.1"

charts/panope/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ agent:
1212
repository: gcr.io/panope/agent
1313
pullPolicy: IfNotPresent
1414
# Overrides the image tag whose default is the chart appVersion.
15-
tag: v0.1.0
15+
tag: v0.1.1
1616

1717
imagePullSecrets: []
1818
nameOverride: ""
@@ -168,7 +168,7 @@ observer:
168168
repository: gcr.io/panope/observer
169169
pullPolicy: IfNotPresent
170170
# Overrides the image tag whose default is the chart appVersion.
171-
tag: v0.1.0
171+
tag: v0.1.1
172172

173173
podAnnotations: {}
174174

0 commit comments

Comments
 (0)