Skip to content

Commit

Permalink
Merge pull request #14 from benjaminguttmann-avtq/manifests-docs-shou…
Browse files Browse the repository at this point in the history
…ld-use-latest-version

The manifests/ docs should use the latest (non dev) image versions
  • Loading branch information
abdulhaseeb3 authored Sep 26, 2024
2 parents 22b3595 + 41e1eeb commit bc9e4c9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crossplane-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ To install the configuration package (containing definitions and compositions),
1. Install the package via crossplane:
```bash
crossplane xpkg install configuration public.ecr.aws/w5n9a2g2/anynines/dataservices:v1.2.0
crossplane xpkg install configuration public.ecr.aws/w5n9a2g2/anynines/dataservices:v1.3.0
```
2. Install files directly:
Expand Down
2 changes: 1 addition & 1 deletion crossplane-api/deploy/config-pkg-anynines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Configuration
metadata:
name: anynines-dataservices
spec:
package: public.ecr.aws/w5n9a2g2/anynines/dataservices:v1.2.0
package: public.ecr.aws/w5n9a2g2/anynines/dataservices:v1.3.0
2 changes: 1 addition & 1 deletion crossplane-api/deploy/provider-anynines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Provider
metadata:
name: provider-anynines
spec:
package: "public.ecr.aws/w5n9a2g2/anynines/provider-anynines:v1.2.0-c4316f2b85fb54edcc4852e2a7e503bb09354159"
package: "public.ecr.aws/w5n9a2g2/anynines/provider-anynines:v1.3.0"
runtimeConfigRef:
name: provider-anynines
---
Expand Down
2 changes: 1 addition & 1 deletion docs/platform-operator/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ condition of the installed crossplane providers:
$ kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
crossplane-contrib-provider-kubernetes True True xpkg.upbound.io/crossplane-contrib/provider-kubernetes:v0.9.0 118m
provider-anynines True True public.ecr.aws/w5n9a2g2/anynines/provider-anynines:v1.2.0 118m
provider-anynines True True public.ecr.aws/w5n9a2g2/anynines/provider-anynines:v1.3.0 118m
```

If one of the underlying pods encounters an error and needs to be recreated, the HEALTHY condition
Expand Down
2 changes: 1 addition & 1 deletion provider-anynines/examples/provider/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Provider
metadata:
name: provider-anynines
spec:
package: "public.ecr.aws/w5n9a2g2/anynines/provider-anynines:v1.2.0"
package: "public.ecr.aws/w5n9a2g2/anynines/provider-anynines:v1.3.0"
2 changes: 1 addition & 1 deletion test/e2e/provider/manifests/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Configuration
metadata:
name: anynines-dataservices
spec:
package: public.ecr.aws/w5n9a2g2/anynines/dataservices:v1.2.0
package: public.ecr.aws/w5n9a2g2/anynines/dataservices:v1.3.0
2 changes: 1 addition & 1 deletion test/e2e/provider/manifests/install/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: Provider
metadata:
name: anynines-provider
spec:
package: public.ecr.aws/w5n9a2g2/anynines/provider-anynines:v1.2.0
package: public.ecr.aws/w5n9a2g2/anynines/provider-anynines:v1.3.0
runtimeConfigRef:
name: enable-debug-logging

0 comments on commit bc9e4c9

Please sign in to comment.