Skip to content

Commit

Permalink
Merge pull request #5 from 7knot/support/update-image-tag
Browse files Browse the repository at this point in the history
support(panope): update image tag.
  • Loading branch information
mugioka authored Jan 28, 2022
2 parents 23fd767 + 0de4b22 commit f10036d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/panope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.16.0"
appVersion: "v0.1.1"
4 changes: 2 additions & 2 deletions charts/panope/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ agent:
repository: gcr.io/panope/agent
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v0.1.0
tag: v0.1.1

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -168,7 +168,7 @@ observer:
repository: gcr.io/panope/observer
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v0.1.0
tag: v0.1.1

podAnnotations: {}

Expand Down

0 comments on commit f10036d

Please sign in to comment.