Skip to content

Commit

Permalink
add package
Browse files Browse the repository at this point in the history
  • Loading branch information
RunnerM committed Jan 13, 2023
1 parent 82172f8 commit 410dc49
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
26 changes: 19 additions & 7 deletions deploy/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
apiVersion: v1
entries:
simply-dns-webhook:
- apiVersion: v2
appVersion: 1.1.2
created: "2023-01-13T14:12:00.9147719+01:00"
description: A Helm chart for Simply.com dns01 challenge support for cert-manager.
Refer to https://github.com/RunnerM/simply-dns-webhook for documentation.
digest: 07e4ae8bbdc8fcfedcdf03ba835dc8f4a3c3b58226318f365b5802b3d81e8e82
icon: https://user-images.githubusercontent.com/51089137/195098737-fc66a30f-6174-45ed-b995-3f2689dafd2e.png
name: simply-dns-webhook
type: application
urls:
- https://runnerm.github.io/simply-dns-webhook/simply-dns-webhook-1.1.2.tgz
version: 1.1.2
- apiVersion: v2
appVersion: 1.1.1
created: "2023-01-10T13:22:51.8637386+01:00"
created: "2023-01-13T14:12:00.9142558+01:00"
description: A Helm chart for Simply.com dns01 challenge support for cert-manager.
Refer to https://github.com/RunnerM/simply-dns-webhook for documentation.
digest: ac102e2c99bdbc2cc4c2522043b729cd85783409b6876db33d42cb7dddbb1d18
Expand All @@ -15,7 +27,7 @@ entries:
version: 1.1.1
- apiVersion: v2
appVersion: 1.1.0
created: "2023-01-10T13:22:51.8631997+01:00"
created: "2023-01-13T14:12:00.9131979+01:00"
description: A Helm chart for Simply.com dns01 challenge support for cert-manager.
Refer to https://github.com/RunnerM/simply-dns-webhook for documentation.
digest: f8957d73529e51e1acd498c0c89bdbe431f9de851fb9f0a6524253da560f597e
Expand All @@ -27,7 +39,7 @@ entries:
version: 1.1.0
- apiVersion: v2
appVersion: 1.0.3
created: "2023-01-10T13:22:51.8590202+01:00"
created: "2023-01-13T14:12:00.9121556+01:00"
description: A Helm chart for Simply.com dns01 challenge support for cert-manager.
Refer to https://github.com/RunnerM/simply-dns-webhook for documentation.
digest: 4e6498f38ca6a629c48570d4e8f764324506b4ca9b67c04a3aa5537f0c0ec343
Expand All @@ -39,7 +51,7 @@ entries:
version: 1.0.3
- apiVersion: v2
appVersion: 1.0.0
created: "2023-01-10T13:22:51.8585134+01:00"
created: "2023-01-13T14:12:00.9111219+01:00"
description: A Helm chart for Simply.com dns01 challenge support for cert-manager.
Refer to https://github.com/RunnerM/simply-dns-webhook for documentation.
digest: cf3be17f6203ce9429c2646c5e674a1b23d9749094006f270b3fff19fb237a42
Expand All @@ -50,7 +62,7 @@ entries:
version: 1.0.2
- apiVersion: v2
appVersion: 1.0.0
created: "2023-01-10T13:22:51.8584592+01:00"
created: "2023-01-13T14:12:00.9100224+01:00"
description: A Helm chart for Simply.com dns01 challenge support for cert-manager.
Refer to https://github.com/RunnerM/simply-dns-webhook for documentation.
digest: 569f661f2eacc3fef309d407b772627319e45017e295545c66aa33d5b338e7d9
Expand All @@ -61,7 +73,7 @@ entries:
version: 1.0.1
- apiVersion: v2
appVersion: 1.0.0
created: "2023-01-10T13:22:51.8574001+01:00"
created: "2023-01-13T14:12:00.9084707+01:00"
description: A Helm chart for Simply.com dns01 challenge support for cert-manager.
Refer to https://github.com/RunnerM/simply-dns-webhook for documentation.
digest: 334532be5c3e14f9155ff0afaacfb8227a2e2589402c41b6d3fe262d26467fb4
Expand All @@ -70,4 +82,4 @@ entries:
urls:
- https://runnerm.github.io/simply-dns-webhook/simply-dns-webhook-1.0.0.tgz
version: 1.0.0
generated: "2023-01-10T13:22:51.8568769+01:00"
generated: "2023-01-13T14:12:00.9025983+01:00"
Binary file added deploy/simply-dns-webhook-1.1.2.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions deploy/simply-dns-webhook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.1
version: 1.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.1.1"
appVersion: "1.1.2"

icon: "https://user-images.githubusercontent.com/51089137/195098737-fc66a30f-6174-45ed-b995-3f2689dafd2e.png"
2 changes: 1 addition & 1 deletion deploy/simply-dns-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certManager:

image:
repository: ghcr.io/runnerm/simply-dns-webhook
tag: v1.1.1
tag: v1.1.2
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 410dc49

Please sign in to comment.