Skip to content

Commit

Permalink
[group-challenge]: use latest docker tag as app version
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-schoener committed Apr 7, 2022
1 parent 65895e7 commit 6001ce5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/group-challenge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: group-challenge
description: Group challenge helm chart
type: application
version: 1.0.0
appVersion: "1.0.0"
version: 1.0.1
appVersion: "0.6.1"
dependencies:
- name: postgresql
version: 11.1.17
Expand Down
4 changes: 2 additions & 2 deletions charts/group-challenge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ replicaCount: 1

image:
repository: ghcr.io/subshell/group-challenge
pullPolicy: Always
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: "0.6.1"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 6001ce5

Please sign in to comment.