Skip to content

Commit

Permalink
Revert cert-manager app
Browse files Browse the repository at this point in the history
  • Loading branch information
paurosello committed Sep 15, 2023
1 parent bcc8483 commit 2b070eb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion aws/requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ releases:
- name: app-operator
version: ">= 6.6.3"
- name: cert-manager
version: ">= 2.24.1"
version: ">= 2.24.1 < 3.0.0"
- name: cilium-servicemonitors
version: ">= 0.1.2"
- name: aws-ebs-csi-driver
Expand Down
8 changes: 0 additions & 8 deletions aws/v19.1.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,6 @@ WARNING: this version requires Cilium to run because of the dependency on the Ci
- Remove the `Exist` toleration from deployment. This allows the pod to be rescheduled on a drained node sometimes causing the drain of a node to fail and require a manual fix



### cert-manager [3.3.0](https://github.com/giantswarm/cert-manager-app/releases/tag/v3.3.0)

⚠️ Attention: Major release [3.0.0](#300---2023-07-26) contains breaking changes in user values! Please make yourself familiar with its changelog! ⚠️
#### Added
- Add NetworkPolicies for controller and cainjector. ([#354](https://github.com/giantswarm/cert-manager-app/pull/354))


### security-bundle [0.17.0](https://github.com/giantswarm/security-bundle/releases/tag/v0.17.0)

#### Added
Expand Down
13 changes: 6 additions & 7 deletions aws/v19.1.0/release.diff
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,23 @@ spec: spec:
name: aws-ebs-csi-driver name: aws-ebs-csi-driver
version: 2.21.1 | version: 2.25.0
dependsOn: | - dependsOn:
- vertical-pod-autoscaler-crd <
- vertical-pod-autoscaler-crd
- name: cert-exporter <
version: 2.5.1 <
version: 2.5.1 | version: 2.6.0
| - componentVersion: 1.12.3
dependsOn: <
- aws-cloud-controller-manager - aws-cloud-controller-manager
- cilium - cilium
- coredns - coredns
- vertical-pod-autoscaler-crd - vertical-pod-autoscaler-crd
- componentVersion: 1.8.2 | name: cert-exporter
name: cert-manager | version: 2.6.0
version: 2.24.1 | - componentVersion: 1.12.3
- componentVersion: 1.8.2 <
name: cert-manager <
version: 2.24.1 <
dependsOn: dependsOn:
- aws-cloud-controller-manager - aws-cloud-controller-manager
- cilium - cilium
- coredns - coredns
- vertical-pod-autoscaler-crd - vertical-pod-autoscaler-crd
> name: cert-manager
> version: 3.3.0
- name: chart-operator - name: chart-operator
version: 2.35.0 version: 2.35.0
- componentVersion: 1.13.0 | - componentVersion: 1.13.6
Expand Down
2 changes: 1 addition & 1 deletion aws/v19.1.0/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- coredns
- vertical-pod-autoscaler-crd
name: cert-manager
version: 3.3.0
version: 2.24.1
- name: chart-operator
version: 2.35.0
- componentVersion: 1.13.6
Expand Down

0 comments on commit 2b070eb

Please sign in to comment.