Skip to content

Commit

Permalink
update chart and remove cabary from image tag (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
peimanja authored Dec 16, 2021
1 parent 8f1f5f0 commit 7bebb17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: haya14busa/action-cond@v1
with:
cond: ${{ github.event_name == 'release' }}
if_true: ${{ github.release.tag_name }}
if_true: ${{ github.event.release.tag_name }}
if_false: "canary"

- name: Checkout
Expand Down
6 changes: 4 additions & 2 deletions charts/opvic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ controlplane:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# set to canary for the latest unreleased version
tag: "canary"
# tag: "canary"
tag: ""

# Control plane cache configuration
cache:
Expand Down Expand Up @@ -131,7 +132,8 @@ agent:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# set to canary for the latest unreleased version
tag: "canary"
# tag: "canary"
tag: ""

# Agent unique id across all clusters
identifier: ""
Expand Down

0 comments on commit 7bebb17

Please sign in to comment.