We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbafc71 + 35e6b4f commit 10bc188Copy full SHA for 10bc188
1 file changed
services/experiment-platform/overlays/prod/kustomization.yaml
@@ -1,20 +1,17 @@
1
apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
namespace: experiment-platform
4
-
5
resources:
6
- ../../base
7
- namespace.yaml
8
- ingress.yaml
9
10
commonLabels:
11
environment: production
12
project: experiment-platform
13
14
images:
15
- name: ghcr.io/pseudo-lab/experiment-platform-frontend
16
newName: ghcr.io/pseudo-lab/experiment-platform-frontend
17
- newTag: PLACEHOLDER
+ newTag: 389b1d90d5b1ac016b48fc5df75de0e89ff6fba9
18
- name: ghcr.io/pseudo-lab/experiment-platform-backend
19
newName: ghcr.io/pseudo-lab/experiment-platform-backend
20
0 commit comments