Skip to content

Commit

Permalink
Merge pull request #246 from vshn/bump-provider-exoscale
Browse files Browse the repository at this point in the history
Bump provider exoscale version
  • Loading branch information
zugao authored Oct 16, 2023
2 parents ea421da + 3e5d13d commit c85dca9
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion component/class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ parameters:
provider-exoscale:
registry: ghcr.io
repository: vshn/provider-exoscale/provider
tag: v0.10.3
tag: v0.10.4
provider-cloudscale:
registry: ghcr.io
repository: vshn/provider-cloudscale/provider
Expand Down
2 changes: 1 addition & 1 deletion component/tests/exoscale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parameters:
cloud: exoscale

crossplane:
namespace: syn-crossplane
namespace: crossplane-system

appcat:
providers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
name: exoscale
name: exoscale
spec:
package: ghcr.io/vshn/provider-exoscale/provider:v0.10.3
package: ghcr.io/vshn/provider-exoscale/provider:v0.10.4
---
apiVersion: exoscale.crossplane.io/v1
kind: ProviderConfig
Expand All @@ -23,7 +23,7 @@ spec:
credentials:
apiSecretRef:
name: exoscale-api-access
namespace: syn-crossplane
namespace: crossplane-system
source: InjectedIdentity
---
apiVersion: v1
Expand All @@ -34,7 +34,7 @@ metadata:
labels:
name: exoscale-api-access
name: exoscale-api-access
namespace: syn-crossplane
namespace: crossplane-system
stringData:
EXOSCALE_API_KEY: t-silent-test-1234/c-green-test-1234/appcat/provider-exoscale/access-key
EXOSCALE_API_SECRET: t-silent-test-1234/c-green-test-1234/appcat/provider-exoscale/secret-key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ metadata:
labels:
name: provider-kubernetes
name: provider-kubernetes
namespace: syn-crossplane
namespace: crossplane-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -286,4 +286,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: provider-kubernetes
namespace: syn-crossplane
namespace: crossplane-system
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ spec:
- fromFieldPath: status.atProvider.version
toFieldPath: status.version
type: ToCompositeFieldPath
writeConnectionSecretsToNamespace: syn-crossplane
writeConnectionSecretsToNamespace: crossplane-system
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ spec:
- fromFieldPath: spec.parameters.backup.timeOfDay
toFieldPath: spec.forProvider.backup.timeOfDay
type: FromCompositeFieldPath
writeConnectionSecretsToNamespace: syn-crossplane
writeConnectionSecretsToNamespace: crossplane-system
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ spec:
- fromFieldPath: spec.parameters.backup.timeOfDay
toFieldPath: spec.forProvider.backup.timeOfDay
type: FromCompositeFieldPath
writeConnectionSecretsToNamespace: syn-crossplane
writeConnectionSecretsToNamespace: crossplane-system
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ spec:
- fromFieldPath: spec.parameters.backup.timeOfDay
toFieldPath: spec.forProvider.backup.timeOfDay
type: FromCompositeFieldPath
writeConnectionSecretsToNamespace: syn-crossplane
writeConnectionSecretsToNamespace: crossplane-system
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ spec:
- fromFieldPath: spec.parameters.maintenance.timeOfDay
toFieldPath: spec.forProvider.maintenance.timeOfDay
type: FromCompositeFieldPath
writeConnectionSecretsToNamespace: syn-crossplane
writeConnectionSecretsToNamespace: crossplane-system
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ spec:
- fromFieldPath: spec.parameters.bucketDeletionPolicy
toFieldPath: spec.forProvider.bucketDeletionPolicy
type: FromCompositeFieldPath
writeConnectionSecretsToNamespace: syn-crossplane
writeConnectionSecretsToNamespace: crossplane-system
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
controllerConfigRef:
name: exoscale
package: ghcr.io/vshn/provider-exoscale/provider:v0.10.3
package: ghcr.io/vshn/provider-exoscale/provider:v0.10.4
---
apiVersion: exoscale.crossplane.io/v1
kind: ProviderConfig
Expand Down

0 comments on commit c85dca9

Please sign in to comment.