Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ parameters:
functionpnt:
registry: xpkg.upbound.io
repository: crossplane-contrib/function-patch-and-transform
tag: v0.9.1
tag: v0.9.3
reporting:
registry: ghcr.io
repository: appuio/appuio-reporting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
argocd.argoproj.io/sync-wave: '-40'
name: function-patch-and-transform
spec:
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.1
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.3
packagePullPolicy: IfNotPresent
runtimeConfigRef:
name: function-patch-and-transform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
argocd.argoproj.io/sync-wave: '-40'
name: function-patch-and-transform
spec:
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.1
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.3
packagePullPolicy: IfNotPresent
runtimeConfigRef:
name: function-patch-and-transform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
argocd.argoproj.io/sync-wave: '-40'
name: function-patch-and-transform
spec:
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.1
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.3
packagePullPolicy: Always
runtimeConfigRef:
name: function-patch-and-transform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
argocd.argoproj.io/sync-wave: '-40'
name: function-patch-and-transform
spec:
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.1
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.3
packagePullPolicy: Always
runtimeConfigRef:
name: function-patch-and-transform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,46 +21,6 @@ spec:
app.kubernetes.io/name: garage-operator
control-plane: controller-manager
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
labels:
app.kubernetes.io/instance: appcat
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: garage-operator
app.kubernetes.io/version: 0.6.15
control-plane: controller-manager
helm.sh/chart: garage-operator-0.6.15
name: appcat-garage-operator-webhook-cert
namespace: syn-garage-operator
spec:
dnsNames:
- appcat-garage-operator-webhook
- appcat-garage-operator-webhook.syn-garage-operator
- appcat-garage-operator-webhook.syn-garage-operator.svc
- appcat-garage-operator-webhook.syn-garage-operator.svc.cluster.local
duration: 8760h
issuerRef:
kind: Issuer
name: appcat-garage-operator-selfsigned-issuer
renewBefore: 720h
secretName: appcat-garage-operator-webhook-cert
---
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
labels:
app.kubernetes.io/instance: appcat
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: garage-operator
app.kubernetes.io/version: 0.6.15
control-plane: controller-manager
helm.sh/chart: garage-operator-0.6.15
name: appcat-garage-operator-selfsigned-issuer
namespace: syn-garage-operator
spec:
selfSigned: {}
---
apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
metadata:
Expand Down Expand Up @@ -290,3 +250,43 @@ webhooks:
resources:
- garagereferencegrants
sideEffects: None
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
labels:
app.kubernetes.io/instance: appcat
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: garage-operator
app.kubernetes.io/version: 0.6.15
control-plane: controller-manager
helm.sh/chart: garage-operator-0.6.15
name: appcat-garage-operator-webhook-cert
namespace: syn-garage-operator
spec:
dnsNames:
- appcat-garage-operator-webhook
- appcat-garage-operator-webhook.syn-garage-operator
- appcat-garage-operator-webhook.syn-garage-operator.svc
- appcat-garage-operator-webhook.syn-garage-operator.svc.cluster.local
duration: 8760h
issuerRef:
kind: Issuer
name: appcat-garage-operator-selfsigned-issuer
renewBefore: 720h
secretName: appcat-garage-operator-webhook-cert
---
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
labels:
app.kubernetes.io/instance: appcat
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: garage-operator
app.kubernetes.io/version: 0.6.15
control-plane: controller-manager
helm.sh/chart: garage-operator-0.6.15
name: appcat-garage-operator-selfsigned-issuer
namespace: syn-garage-operator
spec:
selfSigned: {}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
argocd.argoproj.io/sync-wave: '-40'
name: function-patch-and-transform
spec:
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.1
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.3
packagePullPolicy: IfNotPresent
runtimeConfigRef:
name: function-patch-and-transform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
argocd.argoproj.io/sync-wave: '-40'
name: function-patch-and-transform
spec:
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.1
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.3
packagePullPolicy: IfNotPresent
runtimeConfigRef:
name: function-patch-and-transform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
argocd.argoproj.io/sync-wave: '-40'
name: function-patch-and-transform
spec:
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.1
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.9.3
packagePullPolicy: IfNotPresent
runtimeConfigRef:
name: function-patch-and-transform
Expand Down
Loading