Skip to content

Commit

Permalink
Merge pull request #23 from Nalum/update-cert-manager
Browse files Browse the repository at this point in the history
Update cert-manager image versions/sha
  • Loading branch information
Nalum committed Apr 27, 2024
2 parents ba53bca + 263a0de commit 4c2a08c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cert-manager

[![cert-manager](https://img.shields.io/badge/cert--manager-v1.14.2-00bfff)](https://cert-manager.io)
[![timoni.sh](https://img.shields.io/badge/timoni.sh-v0.19.0-7e56c2)](https://timoni.sh)
[![cert-manager](https://img.shields.io/badge/cert--manager-v1.14.5-00bfff)](https://cert-manager.io)
[![timoni.sh](https://img.shields.io/badge/timoni.sh-v0.21.0-7e56c2)](https://timoni.sh)
[![License](https://img.shields.io/github/license/nalum/cert-manager-module)](https://github.com/nalum/cert-manager-module/blob/main/LICENSE)
[![Release](https://img.shields.io/github/v/release/nalum/cert-manager-module)](https://github.com/nalum/cert-manager-module/releases)

Expand Down
12 changes: 6 additions & 6 deletions templates/config/images.cue
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
package config

#AppVersion: *"v1.14.2" | string
#AppVersion: *"v1.14.5" | string

#Controller: image: {
repository: *"quay.io/jetstack/cert-manager-controller" | string
tag: #AppVersion
digest: *"sha256:94c24f76822cbf523eedb36c4c4aaa1eb8fffad31841a82946a175c74e3a9673" | string
digest: *"sha256:9c0527cab629b61bd60c20f0c25615a8593314d3504add968b42bc5b891b253a" | string
}

#Webhook: image: {
repository: *"quay.io/jetstack/cert-manager-webhook" | string
tag: #AppVersion
digest: *"sha256:8c2974322be244119eff2112ce1ea935dcd15bc9cc50b42c6796f8d66d09f9e3" | string
digest: *"sha256:ef419261a209c5409fb1539dbd45c805d05936e955b4530b8ec4ac780577f151" | string
}

#CAInjector: image: {
repository: *"quay.io/jetstack/cert-manager-cainjector" | string
tag: #AppVersion
digest: *"sha256:20878790620de378a206d74f23e472f99b33fa79f07f744d1de22807ede9c9ce" | string
digest: *"sha256:4ffda7facb4da16dab20a88e7607b75ebdab4e6c9069a840216a89f47261ee0b" | string
}

#StartupAPICheck: image: {
repository: *"quay.io/jetstack/cert-manager-ctl" | string
tag: #AppVersion
digest: *"sha256:de4ee13b1f85907d569136553bd1f5245a7c44f6b28c5622d2bc2b83e0576474" | string
digest: *"sha256:2ddf50d0961658812b8bc89789ec955a1ffd38b601891fb6b09276d5741299c5" | string
}

#ACMESolver: image: {
repository: *"quay.io/jetstack/cert-manager-acmesolver" | string
tag: #AppVersion
digest: *"sha256:958f9455bfa57dc7b289fc0d32f01d952b8b028a3dbe54300fb4dc633e109fa2" | string
digest: *"sha256:5e807851354e51b6d978dde72523952464ecc3e79678a88892d2598c7bba9fd5" | string
}

0 comments on commit 4c2a08c

Please sign in to comment.