diff --git a/workshops/lab-installation-via-carvel/resources/workshop.yaml b/workshops/lab-installation-via-carvel/resources/workshop.yaml index 29bba4a..4439617 100644 --- a/workshops/lab-installation-via-carvel/resources/workshop.yaml +++ b/workshops/lab-installation-via-carvel/resources/workshop.yaml @@ -19,7 +19,7 @@ spec: - name: educates files: - image: - url: $(oci_image_cache)/educates-client-programs:3.0.0-rc.1 + url: $(oci_image_cache)/educates-client-programs:3.0.0 path: bin includePaths: - educates-linux-$(platform_arch) diff --git a/workshops/lab-installation-via-carvel/workshop/content/05-package-installation.md b/workshops/lab-installation-via-carvel/workshop/content/05-package-installation.md index b8563c2..16e2883 100644 --- a/workshops/lab-installation-via-carvel/workshop/content/05-package-installation.md +++ b/workshops/lab-installation-via-carvel/workshop/content/05-package-installation.md @@ -23,7 +23,7 @@ version. To apply this configuration to the cluster, run the command: ```terminal:execute -command: kubectl apply -f https://github.com/vmware-tanzu-labs/educates-training-platform/releases/download/3.0.0-rc.1/educates-installer-app-rbac.yaml +command: kubectl apply -f https://github.com/vmware-tanzu-labs/educates-training-platform/releases/download/3.0.0/educates-installer-app-rbac.yaml ``` As well as creating the service account with required roles as mentioned, this @@ -43,7 +43,7 @@ You are now ready to install Educates and any required services as dictated by the configuration you supplied. To do this run the following command: ```terminal:execute -command: kubectl apply -f https://github.com/vmware-tanzu-labs/educates-training-platform/releases/download/3.0.0-rc.1/educates-installer-app.yaml +command: kubectl apply -f https://github.com/vmware-tanzu-labs/educates-training-platform/releases/download/3.0.0/educates-installer-app.yaml ``` The same `educates-installer` namespace referenced in prior steps will be used. diff --git a/workshops/lab-installation-via-cli/resources/workshop.yaml b/workshops/lab-installation-via-cli/resources/workshop.yaml index f320ef1..bd5f7df 100644 --- a/workshops/lab-installation-via-cli/resources/workshop.yaml +++ b/workshops/lab-installation-via-cli/resources/workshop.yaml @@ -19,7 +19,7 @@ spec: - name: educates files: - image: - url: $(oci_image_cache)/educates-client-programs:3.0.0-rc.1 + url: $(oci_image_cache)/educates-client-programs:3.0.0 path: bin includePaths: - educates-linux-$(platform_arch) diff --git a/workshops/lab-lookup-configuration/resources/workshop.yaml b/workshops/lab-lookup-configuration/resources/workshop.yaml index f677517..dde5a62 100644 --- a/workshops/lab-lookup-configuration/resources/workshop.yaml +++ b/workshops/lab-lookup-configuration/resources/workshop.yaml @@ -19,7 +19,7 @@ spec: - name: educates files: - image: - url: $(oci_image_cache)/educates-client-programs:3.0.0-rc.1 + url: $(oci_image_cache)/educates-client-programs:3.0.0 path: bin includePaths: - educates-linux-$(platform_arch) @@ -503,7 +503,7 @@ spec: key: config fetch: - imgpkgBundle: - image: ghcr.io/vmware-tanzu-labs/educates-installer:3.0.0-rc.1 + image: ghcr.io/vmware-tanzu-labs/educates-installer:3.0.0 deploy: - kapp: rawOptions: diff --git a/workshops/lab-lookup-consumption/resources/workshop.yaml b/workshops/lab-lookup-consumption/resources/workshop.yaml index 1ce40d6..8fc5b57 100644 --- a/workshops/lab-lookup-consumption/resources/workshop.yaml +++ b/workshops/lab-lookup-consumption/resources/workshop.yaml @@ -19,7 +19,7 @@ spec: - name: educates files: - image: - url: $(oci_image_cache)/educates-client-programs:3.0.0-rc.1 + url: $(oci_image_cache)/educates-client-programs:3.0.0 path: bin includePaths: - educates-linux-$(platform_arch) @@ -212,7 +212,7 @@ spec: key: config fetch: - imgpkgBundle: - image: ghcr.io/vmware-tanzu-labs/educates-installer:3.0.0-rc.1 + image: ghcr.io/vmware-tanzu-labs/educates-installer:3.0.0 deploy: - kapp: rawOptions: diff --git a/workshops/lab-lookup-installation/resources/workshop.yaml b/workshops/lab-lookup-installation/resources/workshop.yaml index b9e5ad8..2f95ab7 100644 --- a/workshops/lab-lookup-installation/resources/workshop.yaml +++ b/workshops/lab-lookup-installation/resources/workshop.yaml @@ -19,7 +19,7 @@ spec: - name: educates files: - image: - url: $(oci_image_cache)/educates-client-programs:3.0.0-rc.1 + url: $(oci_image_cache)/educates-client-programs:3.0.0 path: bin includePaths: - educates-linux-$(platform_arch) diff --git a/workshops/lab-lookup-standalone/resources/workshop.yaml b/workshops/lab-lookup-standalone/resources/workshop.yaml index 06cdf97..ea44c9f 100644 --- a/workshops/lab-lookup-standalone/resources/workshop.yaml +++ b/workshops/lab-lookup-standalone/resources/workshop.yaml @@ -19,7 +19,7 @@ spec: - name: educates files: - image: - url: $(oci_image_cache)/educates-client-programs:3.0.0-rc.1 + url: $(oci_image_cache)/educates-client-programs:3.0.0 path: bin includePaths: - educates-linux-$(platform_arch) diff --git a/workshops/lab-lookup-standalone/workshop/content/05-package-installation.md b/workshops/lab-lookup-standalone/workshop/content/05-package-installation.md index eaaef67..99a6501 100644 --- a/workshops/lab-lookup-standalone/workshop/content/05-package-installation.md +++ b/workshops/lab-lookup-standalone/workshop/content/05-package-installation.md @@ -23,7 +23,7 @@ pickup whatever is the most recent available. To apply this configuration to the cluster, run the command: ```terminal:execute -command: kubectl apply -f https://github.com/educates/educates-lookup-service/releases/download/3.0.0-rc.1/educates-lookup-service-installer-app-rbac.yaml +command: kubectl apply -f https://github.com/educates/educates-lookup-service/releases/download/3.0.0/educates-lookup-service-installer-app-rbac.yaml ``` As well as creating the service account with required roles as mentioned, this @@ -43,7 +43,7 @@ You are now ready to install Educates and any required services as dictated by the configuration you supplied. To do this run the following command: ```terminal:execute -command: kubectl apply -f https://github.com/educates/educates-lookup-service/releases/download/3.0.0-rc.1/educates-lookup-service-installer-app.yaml +command: kubectl apply -f https://github.com/educates/educates-lookup-service/releases/download/3.0.0/educates-lookup-service-installer-app.yaml ``` The same `educates-lookup-service-installer` namespace referenced in prior steps will be used.