Skip to content

Commit

Permalink
use private ARM build of yugabyte
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclingwithelephants committed Nov 22, 2023
1 parent c7182e6 commit e14cf6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifests/prod/apps/yugabyte-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ fullnameOverride: ""
nameOverride: ""

Image:
repository: "yugabytedb/yugabyte"
tag: 2.19.3.0-b140
# building custom ARM images until this issue is addressed
# https://github.com/yugabyte/yugabyte-db/issues/10909#issuecomment-1127997821
repository: marmiteforlife/yugabyte
tag: 2.20.0
pullPolicy: IfNotPresent
pullSecretName: ""

Expand Down

0 comments on commit e14cf6d

Please sign in to comment.