Skip to content

Commit

Permalink
Merge pull request #59 from wejdross/patch-1
Browse files Browse the repository at this point in the history
Upgrade Crossplane version to avoid race conditions in composite functions
  • Loading branch information
glrf authored Apr 25, 2023
2 parents 8b3984c + ccdf4a8 commit 8b905df
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
crossplane:
registry: docker.io
image: crossplane/crossplane
tag: v1.11.0
tag: v1.11.3
pullPolicy: IfNotPresent
kubectl:
registry: docker.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
value: webhook-tls-secret
- name: WEBHOOK_TLS_CERT_DIR
value: /webhook/tls
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane
ports:
Expand Down Expand Up @@ -121,7 +121,7 @@ spec:
fieldPath: metadata.namespace
- name: WEBHOOK_SERVICE_PORT
value: '9443'
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
resource: limits.memory
- name: LEADER_ELECTION
value: 'true'
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane
ports:
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
resourceFieldRef:
containerName: crossplane-init
resource: limits.memory
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
value: webhook-tls-secret
- name: WEBHOOK_TLS_CERT_DIR
value: /webhook/tls
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane
ports:
Expand Down Expand Up @@ -121,7 +121,7 @@ spec:
fieldPath: metadata.namespace
- name: WEBHOOK_SERVICE_PORT
value: '9443'
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
resource: limits.memory
- name: LEADER_ELECTION
value: 'true'
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane
ports:
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
resourceFieldRef:
containerName: crossplane-init
resource: limits.memory
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
value: webhook-tls-secret
- name: WEBHOOK_TLS_CERT_DIR
value: /webhook/tls
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane
ports:
Expand Down Expand Up @@ -121,7 +121,7 @@ spec:
fieldPath: metadata.namespace
- name: WEBHOOK_SERVICE_PORT
value: '9443'
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
resource: limits.memory
- name: LEADER_ELECTION
value: 'true'
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane
ports:
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
resourceFieldRef:
containerName: crossplane-init
resource: limits.memory
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
value: webhook-tls-secret
- name: WEBHOOK_TLS_CERT_DIR
value: /webhook/tls
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane
ports:
Expand Down Expand Up @@ -121,7 +121,7 @@ spec:
fieldPath: metadata.namespace
- name: WEBHOOK_SERVICE_PORT
value: '9443'
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
resource: limits.memory
- name: LEADER_ELECTION
value: 'true'
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane
ports:
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
resourceFieldRef:
containerName: crossplane-init
resource: limits.memory
image: docker.io/crossplane/crossplane:v1.11.0
image: docker.io/crossplane/crossplane:v1.11.3
imagePullPolicy: IfNotPresent
name: crossplane-init
resources:
Expand Down

0 comments on commit 8b905df

Please sign in to comment.