Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
syntassodev committed Aug 10, 2023
2 parents f08fc32 + 202cff2 commit 554d67e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/kratix/templates/distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ metadata:
---
apiVersion: v1
data:
WC_IMG: syntasso/kratix-platform-pipeline-adapter:ad2bb50fb00aeee0b0957b359fe788ac50033dc1
WC_IMG: syntasso/kratix-platform-pipeline-adapter:202cff27aee090ef79a7b07f81b5dcb795db66f2
kind: ConfigMap
metadata:
name: kratix-platform-wc-img-config
Expand Down Expand Up @@ -410,7 +410,7 @@ spec:
configMapKeyRef:
key: WC_IMG
name: kratix-platform-wc-img-config
image: syntasso/kratix-platform:ad2bb50fb00aeee0b0957b359fe788ac50033dc1
image: syntasso/kratix-platform:202cff27aee090ef79a7b07f81b5dcb795db66f2
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ configMapGenerator:
images:
- name: controller
newName: syntasso/kratix-platform
newTag: ad2bb50fb00aeee0b0957b359fe788ac50033dc1
newTag: 202cff27aee090ef79a7b07f81b5dcb795db66f2
3 changes: 1 addition & 2 deletions demo/app-as-a-service/destination.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ apiVersion: platform.kratix.io/v1alpha1
kind: Destination
metadata:
name: worker-2
namespace: default
spec:
stateStoreRef:
kind: BucketStateStore
name: default
name: minio-store
4 changes: 2 additions & 2 deletions distribution/kratix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ metadata:
---
apiVersion: v1
data:
WC_IMG: syntasso/kratix-platform-pipeline-adapter:ad2bb50fb00aeee0b0957b359fe788ac50033dc1
WC_IMG: syntasso/kratix-platform-pipeline-adapter:202cff27aee090ef79a7b07f81b5dcb795db66f2
kind: ConfigMap
metadata:
name: kratix-platform-wc-img-config
Expand Down Expand Up @@ -868,7 +868,7 @@ spec:
configMapKeyRef:
key: WC_IMG
name: kratix-platform-wc-img-config
image: syntasso/kratix-platform:ad2bb50fb00aeee0b0957b359fe788ac50033dc1
image: syntasso/kratix-platform:202cff27aee090ef79a7b07f81b5dcb795db66f2
livenessProbe:
httpGet:
path: /healthz
Expand Down
4 changes: 2 additions & 2 deletions distribution/single-cluster/install-all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ metadata:
---
apiVersion: v1
data:
WC_IMG: syntasso/kratix-platform-pipeline-adapter:ad2bb50fb00aeee0b0957b359fe788ac50033dc1
WC_IMG: syntasso/kratix-platform-pipeline-adapter:202cff27aee090ef79a7b07f81b5dcb795db66f2
kind: ConfigMap
metadata:
name: kratix-platform-wc-img-config
Expand Down Expand Up @@ -868,7 +868,7 @@ spec:
configMapKeyRef:
key: WC_IMG
name: kratix-platform-wc-img-config
image: syntasso/kratix-platform:ad2bb50fb00aeee0b0957b359fe788ac50033dc1
image: syntasso/kratix-platform:202cff27aee090ef79a7b07f81b5dcb795db66f2
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion scripts/register-destination
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ load_options() {

prepare_destination() {
local context=""
$ROOT/scripts/install-gitops --context $DESTINATION_CONTEXT --path "platform-destination"
$ROOT/scripts/install-gitops --context $DESTINATION_CONTEXT --path "platform-cluster"

local yqOpts=".metadata.name = \"$NAME\" | .metadata.labels = {} | .spec.stateStoreRef.name = \"$STATE_STORE\""
yq "${yqOpts}" $ROOT/config/samples/platform_v1alpha1_worker.yaml |
Expand Down

0 comments on commit 554d67e

Please sign in to comment.