Skip to content

Commit

Permalink
feat(tigera-operator): Updated image to v1.32.3 (#856)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored Jan 5, 2024
1 parent 9a39721 commit 29a06f7
Show file tree
Hide file tree
Showing 12 changed files with 5,671 additions and 1,706 deletions.
8 changes: 8 additions & 0 deletions charts/tigera-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Added

- Added an uninstall job to make sure that _Tigera Operator_ can be uninstalled. This is on by default but can be disabled by setting `uninstall.enabled` to `true`.

### Changed

- Updated the _Tigera Operator_ OCI image to [v1.32.3](https://github.com/tigera/operator/releases/tag/v1.32.3) (_Calico_ [v3.27.0](https://github.com/projectcalico/calico/releases/tag/v3.27.0)).

## [v2.8.1] - 2023-11-21

### Changed
Expand Down
8 changes: 5 additions & 3 deletions charts/tigera-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: tigera-operator
description: Helm chart for the Tigera Operator for Calico.
type: application
version: 2.8.1
appVersion: 1.30.9
version: 2.9.0
appVersion: 1.32.3
keywords:
- kubernetes
- cni
Expand All @@ -25,5 +25,7 @@ maintainers:
annotations:
artifacthub.io/alternativeName: tigera
artifacthub.io/changes: |
- kind: added
description: "Added an uninstall job to make sure that _Tigera Operator_ can be uninstalled. This is on by default but can be disabled by setting `uninstall.enabled` to `true`."
- kind: changed
description: "Updated the _Tigera Operator_ OCI image to [v1.30.9](https://github.com/tigera/operator/releases/tag/v1.30.9) (_Calico_ [v3.26.4](https://github.com/projectcalico/calico/releases/tag/v3.26.4))."
description: "Updated the _Tigera Operator_ OCI image to [v1.32.3](https://github.com/tigera/operator/releases/tag/v1.32.3) (_Calico_ [v3.27.0](https://github.com/projectcalico/calico/releases/tag/v3.27.0))."
1 change: 1 addition & 0 deletions charts/tigera-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ The following table lists the configurable parameters of the _Tigera Operator_ c
| `installation.spec` | The [Tigera Operator Spec](https://docs.projectcalico.org/reference/installation/api#operator.tigera.io/v1.Installation) to deploy _Calico_ with. | `{}` |
| `apiServer.enabled` | If `true`, install an `APIServer` plane according to the `apiServer.spec`. | `false` |
| `apiServer.spec` | The [APIServer Spec](https://projectcalico.docs.tigera.io/maintenance/install-apiserver) to enable kubectl to manage _Calico_ APIs. | `{}` |
| `uninstall.enabled` | If `true`, run a `Job` as a pre-delete _Helm_ hook to make sure that _Tigera Operator_ can be uninstalled. | `true` |
96 changes: 82 additions & 14 deletions charts/tigera-operator/crds/apiservers.operator.tigera.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ spec:
type: object
type: array
type: object
x-kubernetes-map-type: atomic
weight:
description:
Weight associated with
Expand Down Expand Up @@ -393,10 +394,12 @@ spec:
type: object
type: array
type: object
x-kubernetes-map-type: atomic
type: array
required:
- nodeSelectorTerms
type: object
x-kubernetes-map-type: atomic
type: object
podAffinity:
description:
Expand Down Expand Up @@ -505,6 +508,7 @@ spec:
are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaceSelector:
description:
A label query over
Expand Down Expand Up @@ -584,6 +588,7 @@ spec:
are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaces:
description:
namespaces specifies
Expand Down Expand Up @@ -720,6 +725,7 @@ spec:
are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaceSelector:
description:
A label query over the
Expand Down Expand Up @@ -794,6 +800,7 @@ spec:
are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaces:
description:
namespaces specifies a
Expand Down Expand Up @@ -932,6 +939,7 @@ spec:
are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaceSelector:
description:
A label query over
Expand Down Expand Up @@ -1011,6 +1019,7 @@ spec:
are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaces:
description:
namespaces specifies
Expand Down Expand Up @@ -1147,6 +1156,7 @@ spec:
are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaceSelector:
description:
A label query over the
Expand Down Expand Up @@ -1221,6 +1231,7 @@ spec:
are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
namespaces:
description:
namespaces specifies a
Expand Down Expand Up @@ -1284,6 +1295,35 @@ spec:
conjunction with the deprecated ComponentResources,
then this value takes precedence.
properties:
claims:
description:
"Claims lists the names of
resources, defined in spec.resourceClaims,
that are used by this container. \n This
is an alpha field and requires enabling
the DynamicResourceAllocation feature
gate. \n This field is immutable. It can
only be set for containers."
items:
description:
ResourceClaim references
one entry in PodSpec.ResourceClaims.
properties:
name:
description:
Name must match the name
of one entry in pod.spec.resourceClaims
of the Pod where this field is used.
It makes that resource available
inside a container.
type: string
required:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -1346,6 +1386,35 @@ spec:
API server Deployment will use its default
value for this init container's resources.
properties:
claims:
description:
"Claims lists the names of
resources, defined in spec.resourceClaims,
that are used by this container. \n This
is an alpha field and requires enabling
the DynamicResourceAllocation feature
gate. \n This field is immutable. It can
only be set for containers."
items:
description:
ResourceClaim references
one entry in PodSpec.ResourceClaims.
properties:
name:
description:
Name must match the name
of one entry in pod.spec.resourceClaims
of the Pod where this field is used.
It makes that resource available
inside a container.
type: string
required:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -1530,6 +1599,7 @@ spec:
only "value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
matchLabelKeys:
description:
MatchLabelKeys is a set of pod
Expand Down Expand Up @@ -1616,9 +1686,9 @@ spec:
are ignored. All nodes are included in the
calculations. \n If this value is nil, the
behavior is equivalent to the Honor policy.
This is a alpha-level feature enabled by the
NodeInclusionPolicyInPodTopologySpread feature
flag."
This is a beta-level feature default enabled
by the NodeInclusionPolicyInPodTopologySpread
feature flag."
type: string
nodeTaintsPolicy:
description:
Expand All @@ -1630,8 +1700,8 @@ spec:
are included. - Ignore: node taints are ignored.
All nodes are included. \n If this value is
nil, the behavior is equivalent to the Ignore
policy. This is a alpha-level feature enabled
by the NodeInclusionPolicyInPodTopologySpread
policy. This is a beta-level feature default
enabled by the NodeInclusionPolicyInPodTopologySpread
feature flag."
type: string
topologyKey:
Expand Down Expand Up @@ -1659,9 +1729,9 @@ spec:
the spread constraint. - DoNotSchedule (default)
tells the scheduler not to schedule it. -
ScheduleAnyway tells the scheduler to schedule
the pod in any location, but giving higher
the pod in any location, but giving higher
precedence to topologies that would help reduce
the skew. A constraint is considered "Unsatisfiable"
the skew. A constraint is considered "Unsatisfiable"
for an incoming pod if and only if every possible
node assignment for that pod would violate
"MaxSkew" on some topology. For example, in
Expand Down Expand Up @@ -1700,14 +1770,12 @@ spec:
"Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
\n \ttype FooStatus struct{ \t // Represents the observations
of a foo's current state. \t // Known .status.conditions.type
are: \"Available\", \"Progressing\", and \"Degraded\" \t //
+patchMergeKey=type \t // +patchStrategy=merge \t // +listType=map
\t // +listMapKey=type \t Conditions []metav1.Condition
\n type FooStatus struct{ // Represents the observations of a
foo's current state. // Known .status.conditions.type are: \"Available\",
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
// +listType=map // +listMapKey=type Conditions []metav1.Condition
`json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\"
protobuf:\"bytes,1,rep,name=conditions\"` \n \t // other fields
\t}"
protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }"
properties:
lastTransitionTime:
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ spec:
type: string
cidr:
type: string
interface:
type: string
matchOperator:
type: string
source:
type: string
required:
- action
- cidr
- matchOperator
type: object
type: array
exportV6:
Expand All @@ -68,12 +70,14 @@ spec:
type: string
cidr:
type: string
interface:
type: string
matchOperator:
type: string
source:
type: string
required:
- action
- cidr
- matchOperator
type: object
type: array
importV4:
Expand All @@ -89,12 +93,14 @@ spec:
type: string
cidr:
type: string
interface:
type: string
matchOperator:
type: string
source:
type: string
required:
- action
- cidr
- matchOperator
type: object
type: array
importV6:
Expand All @@ -110,12 +116,14 @@ spec:
type: string
cidr:
type: string
interface:
type: string
matchOperator:
type: string
source:
type: string
required:
- action
- cidr
- matchOperator
type: object
type: array
type: object
Expand Down
Loading

0 comments on commit 29a06f7

Please sign in to comment.