Skip to content

Commit

Permalink
feat(guardian): support podLabels (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdh authored Apr 2, 2024
1 parent f21ec04 commit 8168ad5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stable/guardian/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.2.3
version: 0.2.4

# 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 All @@ -25,5 +25,5 @@ appVersion: "0.3.0"

dependencies:
- name: app
version: "0.5.14"
version: "0.5.15"
repository: "https://goto.github.io/charts/"
2 changes: 2 additions & 0 deletions stable/guardian/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ app:
## Value to fully override guardian.fullname template
fullnameOverride: ""

podLabels: {}

image:
repository: gotocompany/guardian
pullPolicy: Always
Expand Down

0 comments on commit 8168ad5

Please sign in to comment.