Skip to content

Commit

Permalink
Merge pull request #587 from GlueOps/fix/cert-manager-startup-issues
Browse files Browse the repository at this point in the history
Fix/cert manager startup issues
  • Loading branch information
hamzabouissi authored Jan 10, 2025
2 parents 82175b6 + b848546 commit 20e09bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: v0.1.0
description: This chart deploys the GlueOps Platform
name: glueops-platform
version: 0.53.5
version: 0.54.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# glueops-platform

![Version: 0.53.5](https://img.shields.io/badge/Version-0.53.5-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.54.0](https://img.shields.io/badge/Version-0.54.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

This chart deploys the GlueOps Platform

Expand Down
29 changes: 0 additions & 29 deletions templates/application-cert-manager-crd.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions templates/application-cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ spec:
source:
repoURL: 'https://helm.gpkg.io/platform'
chart: glueops-cert-manager
targetRevision: 0.15.2
targetRevision: v0.16.6
helm:
skipCrds: true
parameters:
- name: cert-manager.aws_region
value: {{ .Values.certManager.aws_region }}
Expand Down

0 comments on commit 20e09bd

Please sign in to comment.