Skip to content

Commit

Permalink
Merge pull request #20 from Gympass/release-v0.0.4
Browse files Browse the repository at this point in the history
Release v0.0.4
  • Loading branch information
LCaparelli authored Sep 8, 2021
2 parents 197ce20 + ca0fd10 commit 722c21f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions charts/cdn-origin-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v0.0.3"
appVersion: "v0.0.4"
description: The cdn-origin-controller Helm Chart
name: cdn-origin-controller
version: v0.0.2
version: v0.0.3
4 changes: 2 additions & 2 deletions charts/cdn-origin-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ replicaCount: 1

image:
repository: ghcr.io/gympass/cdn-origin-controller
tag: "0.0.3"
pullPolicy: Always
tag: v0.0.4
pullPolicy: IfNotPresent

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 722c21f

Please sign in to comment.