Skip to content

Commit

Permalink
chore: adapt image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
machine424 committed Feb 1, 2023
1 parent 7ea6b7b commit 27a55c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
images: machine424/kube-hpa-scale-to-zero
tags: |
type=match,pattern=kube-hpa-scale-to-zero-(.*),group=1,prefix=v
type=match,pattern=kube-hpa-scale-to-zero-(.*),group=1
- name: Login to DockerHub
uses: docker/login-action@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/kube-hpa-scale-to-zero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: kube-hpa-scale-to-zero
description: See https://github.com/machine424/kube-hpa-scale-to-zero
type: application
version: 0.2.1
appVersion: "0.2.1"
version: 0.3.0
appVersion: "0.3.0"
2 changes: 1 addition & 1 deletion helm-chart/kube-hpa-scale-to-zero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: machine424/kube-hpa-scale-to-zero
pullPolicy: IfNotPresent
tag: "0.2.0"
tag: "0.3.0"

nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit 27a55c2

Please sign in to comment.