Skip to content

Commit

Permalink
Merge pull request #4 from TJM/chore/upgrade-vault
Browse files Browse the repository at this point in the history
chore: upgrade to vault-1.9.0
  • Loading branch information
Tommy McNeely authored Dec 11, 2021
2 parents ab26b63 + 96d735b commit a38a0b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Create KIND cluster with Registry
# uses: helm/[email protected]
uses: container-tools/kind-action@v1
if: steps.list-changed.outputs.changed == 'true'
# if: steps.list-changed.outputs.changed == 'true'

- name: Build Docker Image for local testing
run: |
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM vault:1.6.7
FROM vault:1.9.0
ARG KUBECTL_VERSION="stable"

# Add more dependencies
RUN apk add --no-cache jq bash curl openssl \
&& curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" \
&& [[ $KUBECTL_VERSION = "stable" ]] && KUBECTL_VERSION=$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt) \
&& curl -LO "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \
&& chmod +x ./kubectl \
&& mv ./kubectl /usr/local/bin/kubectl

Expand Down
4 changes: 2 additions & 2 deletions charts/vault-gcr-secrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ home: https://github.com/TJM/vault-gcr-secrets
# icon: https://raw.githubusercontent.com/TJM/vault-gcr-secrets/master/assets/logo.png
maintainers:
- name: TJM # Tommy McNeely
version: 0.2.0
appVersion: 0.2.0
version: 0.3.0
appVersion: 0.3.0
2 changes: 1 addition & 1 deletion charts/vault-gcr-secrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ deploymentStrategy: {}

image:
repository: quay.io/tommydavita/vault-gcr-secrets
tag: v0.1.5
tag: v0.3.0
pullPolicy: IfNotPresent
volumeMounts: []
# - name: ca
Expand Down

0 comments on commit a38a0b6

Please sign in to comment.