Skip to content

Commit 75789be

Browse files
author
Michael Lechner
committed
chore: update package version in README and example files; rename secret for clarity and adjust API version references
1 parent 741f5cd commit 75789be

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kind: Provider
2121
metadata:
2222
name: provider-cloudscale
2323
spec:
24-
package: ghcr.io/onzack/provider-cloudscale:v0.1.10
24+
package: xpkg.upboud.io/onzack-ag/provider-cloudscale:v0.1.1
2525
```
2626
2727
### 2. Create a Secret with your cloudscale.ch API Token

examples/cluster/network/network.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: networking.cloudscale.crossplane.io/v1alpha1
1+
apiVersion: cloudscale.crossplane.io/v1alpha1
22
kind: Network
33
metadata:
44
name: test-net

examples/cluster/network/subnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: networking.cloudscale.crossplane.io/v1alpha1
1+
apiVersion: cloudscale.crossplane.io/v1alpha1
22
kind: Subnet
33
metadata:
44
name: subnet-test

examples/cluster/providerconfig/secret.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
kind: Secret
33
metadata:
4-
name: example-creds
4+
name: cloudscale-creds
55
namespace: crossplane-system
66
type: Opaque
77
stringData:

examples/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: Provider
33
metadata:
44
name: provider-cloudscale
55
spec:
6-
package: xpkg.upbound.io/onzack-ag/provider-cloudscale:v0.1.0
6+
package: xpkg.upbound.io/onzack-ag/provider-cloudscale:v0.1.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
secret.yaml
1+
secret.yaml

examples/namespaced/providerconfig/providerconfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ spec:
77
credentials:
88
source: Secret
99
secretRef:
10-
name: example-creds
10+
name: cloudscale-creds
1111
namespace: crossplane-system
1212
key: credentials

0 commit comments

Comments
 (0)