Skip to content

Commit

Permalink
Switch one cluster to 2.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 15, 2024
1 parent 0ae7c96 commit 3cd6c68
Showing 1 changed file with 10 additions and 19 deletions.
29 changes: 10 additions & 19 deletions workshops/lab-lookup-configuration/resources/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ spec:
- name: educates
files:
- image:
# url: $(oci_image_cache)/educates-client-programs:3.0.0-alpha.12
url: $(oci_image_cache)/educates-client-programs:lookup-service-failures
url: $(oci_image_cache)/educates-client-programs:3.0.0-alpha.14
path: bin
includePaths:
- educates-linux-$(platform_arch)
Expand Down Expand Up @@ -168,6 +167,7 @@ spec:
name: vcluster
repository:
url: https://charts.loft.sh
version: "0.19.7"
template:
- helmTemplate:
name: hub-vcluster
Expand Down Expand Up @@ -249,6 +249,7 @@ spec:
name: vcluster
repository:
url: https://charts.loft.sh
version: "0.19.7"
template:
- helmTemplate:
name: cluster-1-vcluster
Expand Down Expand Up @@ -328,8 +329,7 @@ spec:
key: config
fetch:
- imgpkgBundle:
# image: ghcr.io/vmware-tanzu-labs/educates-installer:3.0.0-alpha.12
image: ghcr.io/grahamdumpleton/educates-installer:lookup-service-failures
image: ghcr.io/vmware-tanzu-labs/educates-installer:3.0.0-alpha.14
deploy:
- kapp:
rawOptions:
Expand All @@ -355,19 +355,12 @@ spec:
namespace: $(session_namespace)-cluster-1
stringData:
values.yaml: |
clusterInfrastructure:
provider: vcluster
clusterPackages:
kyverno:
enabled: false
clusterIngress:
domain: "cluster-1.$(session_name).$(ingress_domain)"
clusterSecurity:
policyEngine: none
workshopSecurity:
rulesEngine: none
lookupService:
enabled: true
- apiVersion: kappctrl.k14s.io/v1alpha1
kind: App
metadata:
Expand All @@ -383,8 +376,7 @@ spec:
key: config
fetch:
- imgpkgBundle:
# image: ghcr.io/vmware-tanzu-labs/educates-installer:3.0.0-alpha.12
image: ghcr.io/grahamdumpleton/educates-installer:lookup-service-failures
image: ghcr.io/vmware-tanzu-labs/educates-training-platform:2.7.3
deploy:
- kapp:
rawOptions:
Expand All @@ -393,9 +385,9 @@ spec:
- ytt:
paths:
- config
- kbld/kbld-bundle.yaml
- kbld-bundle.yaml
valuesFrom:
- path: kbld/kbld-images.yaml
- path: kbld-images.yaml
- secretRef:
name: educates-training-platform-values
- kbld:
Expand Down Expand Up @@ -442,6 +434,7 @@ spec:
name: vcluster
repository:
url: https://charts.loft.sh
version: "0.19.7"
template:
- helmTemplate:
name: cluster-2-vcluster
Expand Down Expand Up @@ -521,8 +514,7 @@ spec:
key: config
fetch:
- imgpkgBundle:
# image: ghcr.io/vmware-tanzu-labs/educates-installer:3.0.0-alpha.12
image: ghcr.io/grahamdumpleton/educates-installer:lookup-service-failures
image: ghcr.io/vmware-tanzu-labs/educates-installer:3.0.0-alpha.14
deploy:
- kapp:
rawOptions:
Expand All @@ -545,8 +537,7 @@ spec:
registries:
- content:
- destination: /educates-client-programs
# prefix: /vmware-tanzu-labs/educates-client-programs
prefix: /grahamdumpleton/educates-client-programs
prefix: /vmware-tanzu-labs/educates-client-programs
stripPrefix: true
onDemand: true
urls:
Expand Down

0 comments on commit 3cd6c68

Please sign in to comment.