Skip to content

Commit

Permalink
feat(chart): minor update of dependencies on cert-manager chart (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 10, 2023
1 parent df19641 commit 25cf8b0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= devops-stack-module-cert-manager
// Document attributes to replace along the document
:cert-manager-chart-version: 1.11.2
:cert-manager-chart-version: 1.12.3
:chart-url: https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager

A https://devops-stack.io[DevOps Stack] module for installing and configuring https://cert-manager.io/[cert-manager].
Expand Down
6 changes: 3 additions & 3 deletions charts/cert-manager/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.11.2
digest: sha256:e68e1bc656ab08b3046b1ed45cc3a51c20451d8dc54c385b895a1969a7e20960
generated: "2023-05-15T16:26:52.245532939+02:00"
version: v1.12.3
digest: sha256:9f5bf5907bdc492ebc3acae71665f55a7d736b784a3c5a2895830d043384a8f0
generated: "2023-08-10T07:01:10.834253062Z"
15 changes: 7 additions & 8 deletions charts/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
apiVersion: "v2"
name: "cert-manager"
version: "0"
apiVersion: v2
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.12.3
description: |
This chart installs and configures cert-manager.
cert-manager enables:
* management and issuance of TLS certificates from various issuing sources
* ensuring certificates are valid and up-to-date
* renewal of certificates at an appropriate time before expiry
dependencies:
- name: "cert-manager"
version: "v1.11.2"
repository: "https://charts.jetstack.io"
name: cert-manager
version: "0"
Binary file removed charts/cert-manager/charts/cert-manager-v1.11.2.tgz
Binary file not shown.
Binary file not shown.

0 comments on commit 25cf8b0

Please sign in to comment.