-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from RunnerM/develop
Update to 1.12.1
- Loading branch information
Showing
11 changed files
with
230 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.19-alpine3.16 AS build_deps | ||
FROM golang:1.20-alpine3.16 AS build_deps | ||
|
||
RUN apk add --no-cache git | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/sh | ||
#This is a script for building and indexing the chart. | ||
|
||
helm lint simply-dns-webhook | ||
helm package simply-dns-webhook | ||
helm repo index . --url https://runnerm.github.io/simply-dns-webhook/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
apiVersion: v1 | ||
entries: | ||
simply-dns-webhook: | ||
- apiVersion: v2 | ||
appVersion: 1.3.0 | ||
created: "2023-05-26T10:25:18.29744494+02: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: c743ade64f435c0739e9adb2420308b4797cda7ac7ecfa02edb239e8b7fd7e3e | ||
home: https://runnerm.github.io/simply-dns-webhook/README.md | ||
icon: https://user-images.githubusercontent.com/51089137/195098737-fc66a30f-6174-45ed-b995-3f2689dafd2e.png | ||
maintainers: | ||
- email: [email protected] | ||
name: runnerm | ||
url: https://github.com/runnerm | ||
name: simply-dns-webhook | ||
sources: | ||
- https://github.com/RunnerM/simply-dns-webhook | ||
type: application | ||
urls: | ||
- https://runnerm.github.io/simply-dns-webhook/simply-dns-webhook-1.3.0.tgz | ||
version: 1.3.0 | ||
- apiVersion: v2 | ||
appVersion: 1.2.1 | ||
created: "2023-04-05T12:57:09.49329147+02:00" | ||
created: "2023-05-26T10:25:18.297194715+02: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: b16d8e96dcccdfaef2f8aa53a184534528be58175b3d528c3defa2bf52ad45f2 | ||
|
@@ -125,4 +144,4 @@ entries: | |
urls: | ||
- https://runnerm.github.io/simply-dns-webhook/simply-dns-webhook-1.0.0.tgz | ||
version: 1.0.0 | ||
generated: "2023-04-05T12:57:09.490740423+02:00" | ||
generated: "2023-05-26T10:25:18.294959437+02:00" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.