Skip to content

Commit

Permalink
feat: use 1.14.7 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
cwyl02 committed Jul 2, 2024
1 parent 521b58b commit b587564
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/cert-manager/1.15.0/cert-manager-namespace
path: ./services/cert-manager/1.14.7/cert-manager-namespace
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: cert-manager-1.15.0-d2iq-defaults
name: cert-manager-1.14.7-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/cert-manager/1.15.0/priorityclass-resource-quota
path: ./services/cert-manager/1.14.7/priorityclass-resource-quota
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/cert-manager/1.15.0/release
path: ./services/cert-manager/1.14.7/release
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: charts.jetstack.io
namespace: kommander-flux
version: v1.15.0
version: v1.14.7
interval: 15s
install:
crds: CreateReplace
Expand All @@ -26,7 +26,7 @@ spec:
targetNamespace: cert-manager
valuesFrom:
- kind: ConfigMap
name: cert-manager-1.15.0-d2iq-defaults
name: cert-manager-1.14.7-d2iq-defaults
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
Expand All @@ -41,7 +41,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-stable
namespace: kommander-flux
version: v1.15.0
version: v1.14.7
interval: 15s
install:
remediation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/cert-manager/1.15.0/root-ca
path: ./services/cert-manager/1.14.7/root-ca
sourceRef:
kind: GitRepository
name: management
Expand Down
4 changes: 2 additions & 2 deletions services/cert-manager/bootstrap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ kind: Kustomization
#
# Also see federation/pkg/controllers/federated-manifests-workspace/prerequisites/
resources:
- ../1.15.0/
- ../1.15.0/defaults/
- ../1.14.7/
- ../1.14.7/defaults/
patches:
- patch: |
- op: replace
Expand Down

0 comments on commit b587564

Please sign in to comment.