Skip to content

Commit e844aad

Browse files
committed
fix(deployment): fix ci and helm
1 parent 28e1dce commit e844aad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_and_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
file: Dockerfile
4242
platforms: linux/amd64,linux/arm64
4343
push: true
44-
tags: numberlyinfra/vault-injector:${{ github.ref_name }}
44+
tags: numberly/vault-db-injector:${{ github.ref_name }}
4545
cache-from: type=local,src=/tmp/.buildx-cache
4646
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
4747

helm/values.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ vaultDbInjector:
2222
runAsUser: 65534
2323
image:
2424
repository: numberly/vault-db-injector
25-
tag: 2.0.5
25+
tag: 2.0.12
2626
imagePullPolicy: Always
2727
ports:
2828
- port: 8443
@@ -43,7 +43,7 @@ vaultDbInjector:
4343
replicas: 4
4444
image:
4545
repository: numberly/vault-db-injector
46-
tag: 2.0.5
46+
tag: 2.0.12
4747
imagePullPolicy: Always
4848
revoker:
4949
args:
@@ -57,5 +57,5 @@ vaultDbInjector:
5757
replicas: 4
5858
image:
5959
repository: numberly/vault-db-injector
60-
tag: 2.0.5
60+
tag: 2.0.12
6161
imagePullPolicy: Always

0 commit comments

Comments
 (0)