Skip to content

Commit

Permalink
Update to Educates 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 29, 2024
1 parent e03bc26 commit da69d2d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion workshops/lab-installation-via-cli/resources/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions workshops/lab-lookup-configuration/resources/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions workshops/lab-lookup-consumption/resources/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion workshops/lab-lookup-installation/resources/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion workshops/lab-lookup-standalone/resources/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit da69d2d

Please sign in to comment.