Skip to content

Commit

Permalink
Change repository for Vault Agent (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-ruth authored Jun 30, 2023
1 parent 2e27262 commit c0950e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: "1.20"

- name: Run Golang CI Lint
uses: golangci/golangci-lint-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: "1.20"

- name: Run Golang CI Lint
uses: golangci/golangci-lint-action@v2
Expand Down
2 changes: 1 addition & 1 deletion charts/k8svaultwebhook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: k8svaultwebhook
description: A Helm chart that deploys a kubernetes webhook to get secrets from Hashicorp Vault

type: application
version: 0.5.3
version: 0.5.4
appVersion: v0.3.1
2 changes: 1 addition & 1 deletion charts/k8svaultwebhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ vault:
pattern: secret/data/{{.Namespace}}/{{.Secret}}
agent:
image:
repository: vault
repository: hashicorp/vault
tag: latest
pullPolicy: Always
mount: kubernetes
Expand Down

0 comments on commit c0950e9

Please sign in to comment.