feat(k8s-ycl): Release 1.0.1

This commit is contained in:
Bernd Schorgers 2023-10-12 11:34:04 +02:00
parent b70f74fb14
commit 81cddcb60e
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
apiVersion: v2 apiVersion: v2
description: Kubernetes admission controller to remove CPU limits from Pods. description: Kubernetes admission controller to remove CPU limits from Pods.
name: k8s-ycl name: k8s-ycl
version: 1.0.0 version: 1.0.1
appVersion: v0.1.0 appVersion: v0.1.0
kubeVersion: ">=1.22.0-0" kubeVersion: ">=1.22.0-0"
sources: sources:
@ -24,7 +24,7 @@ annotations:
artifacthub.io/changes: |- artifacthub.io/changes: |-
- kind: changed - kind: changed
description: | description: |
Upgrade common library to v2 Default to rollingUpdate strategy
artifacthub.io/links: | artifacthub.io/links: |
- name: "source" - name: "source"
url: "https://github.com/bjw-s/k8s-ycl" url: "https://github.com/bjw-s/k8s-ycl"

View file

@ -3,6 +3,7 @@ controllers:
main: main:
containers: containers:
main: main:
strategy: RollingUpdate
image: image:
repository: ghcr.io/bjw-s/k8s-ycl repository: ghcr.io/bjw-s/k8s-ycl
pullPolicy: Always pullPolicy: Always