File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.0
18
+ version : 0.1.1
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 1.16.0 "
24
+ appVersion : " v0.1.1 "
Original file line number Diff line number Diff line change 12
12
repository : gcr.io/panope/agent
13
13
pullPolicy : IfNotPresent
14
14
# Overrides the image tag whose default is the chart appVersion.
15
- tag : v0.1.0
15
+ tag : v0.1.1
16
16
17
17
imagePullSecrets : []
18
18
nameOverride : " "
@@ -168,7 +168,7 @@ observer:
168
168
repository : gcr.io/panope/observer
169
169
pullPolicy : IfNotPresent
170
170
# Overrides the image tag whose default is the chart appVersion.
171
- tag : v0.1.0
171
+ tag : v0.1.1
172
172
173
173
podAnnotations : {}
174
174
You can’t perform that action at this time.
0 commit comments