Skip to content

Commit

Permalink
Merge pull request #401 from turkenh/bump-upbound-xp-v1.13.2-up.3
Browse files Browse the repository at this point in the history
Bump Upbound Crossplane to v1.13.2-up.3
  • Loading branch information
turkenh authored Oct 18, 2023
2 parents 4ff477a + dc6c7ed commit afec017
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ EKS_ADDON_REGISTRY := 709825985650.dkr.ecr.us-east-1.amazonaws.com
CROSSPLANE_REPO := https://github.com/upbound/crossplane.git
# Tag corresponds to Docker image tag while commit is git-compatible signature
# for pulling. They do not always match.
CROSSPLANE_TAG := v1.13.2-up.2
CROSSPLANE_COMMIT := v1.13.2-up.2
CROSSPLANE_TAG := v1.13.2-up.3
CROSSPLANE_COMMIT := v1.13.2-up.3

BOOTSTRAPPER_TAG := $(VERSION)

Expand Down
4 changes: 2 additions & 2 deletions cluster/charts/universal-crossplane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ planes.
| hostNetwork | bool | `false` | Enable `hostNetwork` for the Crossplane deployment. Caution: enabling `hostNetwork`` grants the Crossplane Pod access to the host network namespace. |
| image.pullPolicy | string | `"IfNotPresent"` | The image pull policy used for Crossplane and RBAC Manager pods. |
| image.repository | string | `"upbound/crossplane"` | Repository for the Crossplane pod image. |
| image.tag | string | `"v1.13.2-up.2"` | The Crossplane image tag. Defaults to the value of `appVersion` in Chart.yaml. |
| image.tag | string | `"v1.13.2-up.3"` | The Crossplane image tag. Defaults to the value of `appVersion` in Chart.yaml. |
| imagePullSecrets | object | `{}` | The imagePullSecret names to add to the Crossplane ServiceAccount. |
| leaderElection | bool | `true` | Enable [leader election](https://docs.crossplane.io/latest/concepts/pods/#leader-election) for the Crossplane pod. |
| metrics.enabled | bool | `false` | Enable Prometheus path, port and scrape annotations and expose port 8080 for both the Crossplane and RBAC Manager pods. |
Expand Down Expand Up @@ -97,7 +97,7 @@ planes.
| xfn.extraEnvVars | object | `{}` | Add custom environmental variables to the Composite function runner container. Replaces any `.` in a variable name with `_`. For example, `SAMPLE.KEY=value1` becomes `SAMPLE_KEY=value1`. |
| xfn.image.pullPolicy | string | `"IfNotPresent"` | Composite function runner container image pull policy. |
| xfn.image.repository | string | `"upbound/xfn"` | Composite function runner container image. |
| xfn.image.tag | string | `"v1.13.2-up.2"` | Composite function runner container image tag. Defaults to the value of `appVersion` in Chart.yaml. |
| xfn.image.tag | string | `"v1.13.2-up.3"` | Composite function runner container image tag. Defaults to the value of `appVersion` in Chart.yaml. |
| xfn.resources.limits.cpu | string | `"2000m"` | CPU resource limits for the Composite function runner container. |
| xfn.resources.limits.memory | string | `"2Gi"` | Memory resource limits for the Composite function runner container. |
| xfn.resources.requests.cpu | string | `"1000m"` | CPU resource requests for the Composite function runner container. |
Expand Down
4 changes: 2 additions & 2 deletions cluster/charts/universal-crossplane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- Repository for the Crossplane pod image.
repository: upbound/crossplane
# -- The Crossplane image tag. Defaults to the value of `appVersion` in Chart.yaml.
tag: "v1.13.2-up.2"
tag: "v1.13.2-up.3"
# -- The image pull policy used for Crossplane and RBAC Manager pods.
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -173,7 +173,7 @@ xfn:
# -- Composite function runner container image.
repository: upbound/xfn
# -- Composite function runner container image tag. Defaults to the value of `appVersion` in Chart.yaml.
tag: "v1.13.2-up.2"
tag: "v1.13.2-up.3"
# -- Composite function runner container image pull policy.
pullPolicy: IfNotPresent
# -- Add custom arguments to the Composite functions runner container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -772,7 +772,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -1192,7 +1192,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -1776,7 +1776,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -2265,7 +2265,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -2685,7 +2685,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down
6 changes: 3 additions & 3 deletions cluster/crds/apiextensions.crossplane.io_compositions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -772,7 +772,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -1196,7 +1196,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -577,7 +577,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -871,7 +871,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -1319,7 +1319,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -1677,7 +1677,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -1971,7 +1971,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -574,7 +574,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down Expand Up @@ -868,7 +868,7 @@ spec:
- bool
- float64
- object
- list
- array
type: string
required:
- toType
Expand Down

0 comments on commit afec017

Please sign in to comment.