mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-01-17 09:07:05 +01:00
Compare commits
4 Commits
imagepulls
...
gh-package
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c97fc465e8 | ||
|
|
1523ba232b | ||
|
|
42be5e1041 | ||
|
|
5d9930238a |
1
.github/workflows/release-docker.yaml
vendored
1
.github/workflows/release-docker.yaml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- devel
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.0.12
|
version: 0.0.15
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# 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
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
{{- include "imagepullsecret-injector.labels" . | nindent 4 }}
|
{{- include "imagepullsecret-injector.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
schedule: '* * * * *'
|
schedule: '* * * * 0'
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
metadata:
|
metadata:
|
||||||
name: "{{ .Release.Name }}"
|
name: "{{ .Release.Name }}"
|
||||||
|
|||||||
@@ -30,15 +30,16 @@ rules:
|
|||||||
- list
|
- list
|
||||||
- get
|
- get
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- "certificates.k8s.io/v1"
|
- certificates.k8s.io
|
||||||
resources:
|
resources:
|
||||||
- certificatesigningrequests
|
- certificatesigningrequests
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
- list
|
- list
|
||||||
- get
|
- get
|
||||||
|
- delete
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- "certificates.k8s.io/v1"
|
- certificates.k8s.io
|
||||||
resources:
|
resources:
|
||||||
- certificatesigningrequests/approval
|
- certificatesigningrequests/approval
|
||||||
verbs:
|
verbs:
|
||||||
|
|||||||
@@ -21,3 +21,5 @@ webhooks:
|
|||||||
resources: ["serviceaccounts"]
|
resources: ["serviceaccounts"]
|
||||||
admissionReviewVersions: ["v1", "v1beta1"]
|
admissionReviewVersions: ["v1", "v1beta1"]
|
||||||
sideEffects: None
|
sideEffects: None
|
||||||
|
# The default "Fail" option prevents Gardener cluster to be hibernated
|
||||||
|
failurePolicy: Ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user