Skip to content

Commit

Permalink
Merge pull request #6 from 7knot/imprv/remove-unnecessary-tag
Browse files Browse the repository at this point in the history
imprv(panope): remove tag from values.yaml.
  • Loading branch information
mugioka authored Jan 28, 2022
2 parents f10036d + 6b8b06f commit 52b86ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/panope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1
version: 0.1.2

# 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
Expand Down
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.1
tag:

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.1
tag:

podAnnotations: {}

Expand Down

0 comments on commit 52b86ac

Please sign in to comment.