Skip to content

Commit

Permalink
Fix image tag in Helm chart values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpflouret committed Feb 27, 2024
1 parent 6446a2f commit a64dbf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/update-route53/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: update-route53
description: A Helm chart for installing update-route53 in Kubernetes
type: application
version: 0.1.1
appVersion: "1.0.5"
version: 0.1.2
appVersion: "1.0.6"
maintainers:
- name: JP Flouret
email: [email protected]
2 changes: 1 addition & 1 deletion charts/update-route53/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nameOverride: ""
fullnameOverride: ""

image:
repository: ghcr.io/jpflouret/update-route53:latest
repository: ghcr.io/jpflouret/update-route53
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down

0 comments on commit a64dbf4

Please sign in to comment.