Skip to content

Commit

Permalink
[skip ci] appversion as default instead of fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
oscrx committed Aug 5, 2023
1 parent 663fe53 commit da9ff3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/drinkn/templates/beer-import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
restartPolicy: Never
terminationGracePeriodSeconds: 30
containers:
- image: "ghcr.io/bierteam/beer-import:{{ .Values.image.tag | default .Chart.AppVersion }}"
- image: "ghcr.io/bierteam/beer-import:{{ .Chart.AppVersion }}"
imagePullPolicy: Always
name: beer-import
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion charts/drinkn/templates/pils-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
app: pils
spec:
containers:
- image: "ghcr.io/bierteam/pils:{{ .Values.image.tag | default .Chart.AppVersion }}"
- image: "ghcr.io/bierteam/pils:{{ .Chart.AppVersion }}"
envFrom:
- secretRef:
name: drinkn-env
Expand Down
2 changes: 1 addition & 1 deletion charts/drinkn/templates/pils-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
app: pils-frontend
spec:
containers:
- image: "ghcr.io/bierteam/pils-frontend:{{ .Values.image.tag | default .Chart.AppVersion }}"
- image: "ghcr.io/bierteam/pils-frontend:{{ .Chart.AppVersion }}"
imagePullPolicy: Always
name: pils-frontend
---
Expand Down

0 comments on commit da9ff3f

Please sign in to comment.