Skip to content

Commit

Permalink
fix preprod appset
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed May 3, 2024
1 parent 2a62be7 commit 9c2d0e5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions deploy/preprod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ patches:
value:
list:
elements:
- name: eventstore
- name: eventstore-grpc
chart: eventstore-grpc
version: "1.3.1"
version: "1.6.0"
repoUrl: "ghcr.io/opicaud"
- name: shape-app
- name: shape-app-grpc
chart: shape-app-grpc
version: "1.4.1"
version: "1.8.1"
repoUrl: "ghcr.io/opicaud"
- op: replace
path: /spec/template/spec/project
Expand All @@ -39,6 +39,7 @@ patches:
passCredentials: true
valueFiles:
- $values/apps/{{.chart}}/values-preprod.yaml
releaseName: preprod-{{.chart}}
- repoURL: https://github.com/opicaud/monorepo.git
targetRevision: HEAD
ref: values
Expand Down

0 comments on commit 9c2d0e5

Please sign in to comment.