Skip to content

Commit

Permalink
chore(deps): updated images for bank vaults, jaeger
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Faber committed Jan 3, 2022
1 parent a72ef2d commit 6f5acd4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion values/jaeger-operator/jaeger-operator.gotmpl
@@ -1,10 +1,11 @@
{{- $v := .Values }}

{{- $version := "1.29" }}
jaeger:
create: true
namespace: jaeger
spec:
allInOne:
image: jaegertracing/all-in-one:{{ $version }}
options:
query:
base-path: /jaeger
Expand Down
7 changes: 4 additions & 3 deletions values/vault-operator/vault-operator-raw.gotmpl
Expand Up @@ -6,6 +6,8 @@
{{- $seal := $vault | get "seal" (dict "type" "default") }}
{{- $kms := $v | get "kms" dict }}
{{- $rootCASecretName := "root-ca" }}
{{- $vaultVersion := "1.6.1" }}
{{- $bankVaultsVersion := "1.14.4" }}

resources:
- apiVersion: "vault.banzaicloud.com/v1alpha1"
Expand All @@ -14,9 +16,8 @@ resources:
name: "vault"
spec:
size: 1
image: vault:1.6.1
# specify a custom bank-vaults image with bankVaultsImage:
# bankVaultsImage: ghcr.io/banzaicloud/bank-vaults:latest
image: vault:{{ $vaultVersion }}
bankVaultsImage: 'ghcr.io/banzaicloud/bank-vaults:{{ $bankVaultsVersion }}'

# Common annotations for all created resources
annotations:
Expand Down
3 changes: 0 additions & 3 deletions values/vault-operator/vault-operator.gotmpl
Expand Up @@ -3,9 +3,6 @@ watchNamespace: "vault"
# @TODO:
image:
tag: 1.14.4
vault-operator:
bank-vaults:
version: 1.14.4
{{- with .Values.otomi | get "globalPullSecret" nil }}
global:
imagePullSecrets:
Expand Down

0 comments on commit 6f5acd4

Please sign in to comment.