Skip to content

Commit

Permalink
Merge pull request #47 from apigee/feat/13.x
Browse files Browse the repository at this point in the history
Update vars.yaml
  • Loading branch information
anaik91 authored Oct 6, 2024
2 parents 158c9b1 + a2d22bb commit 651e749
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions vars/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ synchronizer_prod_svc_account: apigee-hybrid-user
# refer: https://cloud.google.com/apigee/docs/hybrid/preview/helm-install#pull-apigee-helm-charts

helm_chart_repo: oci://us-docker.pkg.dev/apigee-release/apigee-hybrid-helm-charts
helm_chart_version: 1.12.0
helm_chart_version: 1.13.1
helm_charts:
- apigee-operator
- apigee-datastore
Expand Down Expand Up @@ -187,7 +187,7 @@ overrides:
replicaCountMax: 2
image:
url: "gcr.io/apigee-release/hybrid/apigee-mart-server"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -197,7 +197,7 @@ overrides:
mintTaskScheduler:
image:
url: "gcr.io/apigee-release/hybrid/apigee-mint-task-scheduler"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -212,7 +212,7 @@ overrides:
serviceAccountRef: apigee-hybrid-secret
image:
url: "gcr.io/apigee-release/hybrid/apigee-synchronizer"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -227,7 +227,7 @@ overrides:
replicaCountMax: 4
image:
url: "gcr.io/apigee-release/hybrid/apigee-runtime"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -242,7 +242,7 @@ overrides:
secret: ""
image:
url: "gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra-client"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
replicaCount: 3
# multiRegionSeedHost:
Expand All @@ -255,7 +255,7 @@ overrides:
capacity: 10Gi
image:
url: "gcr.io/apigee-release/hybrid/apigee-hybrid-cassandra"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -268,7 +268,7 @@ overrides:
enabled: false
image:
url: "gcr.io/apigee-release/hybrid/apigee-cassandra-backup-utility"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
serviceAccountRef: apigee-hybrid-secret
schedule: "0 2 * * *"
Expand All @@ -278,7 +278,7 @@ overrides:
snapshotTimestamp:
image:
url: "gcr.io/apigee-release/hybrid/apigee-cassandra-backup-utility"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
serviceAccountRef: apigee-hybrid-secret
dbStorageBucket: ""
Expand All @@ -291,7 +291,7 @@ overrides:
replicaCountMax: 4
image:
url: "gcr.io/apigee-release/hybrid/apigee-udca"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -316,7 +316,7 @@ overrides:
terminationGracePeriodSeconds: 30
image:
url: "gcr.io/apigee-release/hybrid/apigee-fluent-bit"
tag: "2.1.8"
tag: "1.9.9"
pullPolicy: IfNotPresent
serviceAccountRef: apigee-hybrid-secret
resources:
Expand Down Expand Up @@ -371,7 +371,7 @@ overrides:
serviceAccountRef: apigee-hybrid-secret
image:
url: "gcr.io/apigee-release/hybrid/apigee-connect-agent"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
replicaCountMin: 1
replicaCountMax: 1
Expand All @@ -384,7 +384,7 @@ overrides:
serviceAccountRef: apigee-hybrid-secret
image:
url: "gcr.io/apigee-release/hybrid/apigee-watcher"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
replicaCountMin: 1
replicaCountMax: 1
Expand All @@ -396,7 +396,7 @@ overrides:
redis:
image:
url: "gcr.io/apigee-release/hybrid/apigee-redis"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
replicaCount: 2
resources:
Expand All @@ -416,7 +416,7 @@ overrides:
ao:
image:
url: "gcr.io/apigee-release/hybrid/apigee-operators"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -428,7 +428,7 @@ overrides:
installer:
image:
url: "gcr.io/apigee-release/hybrid/apigee-installer"
tag: "1.12.0"
tag: "1.13.1"
pullPolicy: IfNotPresent
# kube rbac proxy
kubeRBACProxy:
Expand All @@ -441,7 +441,7 @@ overrides:
istiod:
image:
url: "gcr.io/apigee-release/hybrid/apigee-asm-istiod"
tag: "1.17.2-asm.8-distroless"
tag: "1.18.7-asm.4-distroless"
pullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -456,7 +456,7 @@ overrides:
ingressGateway:
image:
url: "gcr.io/apigee-release/hybrid/apigee-asm-ingress"
tag: "1.17.2-asm.8-distroless"
tag: "1.18.7-asm.4-distroless"
pullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 651e749

Please sign in to comment.