Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Update chart appVersion to v0.1.241 #148

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/enforce-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ description: |

Documentation for the chart can be found [here](https://edu.chainguard.dev/chainguard/chainguard-enforce/chainguard-enforce-kubernetes/alternative-installation-methods/).
type: application
version: 0.0.110
appVersion: v0.1.240
version: 0.0.111
appVersion: v0.1.241
keywords:
- chainguard
home: https://chainguard.dev
Expand Down
2 changes: 1 addition & 1 deletion charts/enforce-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- This README.md is generated. Please edit README.md.gotmpl -->

![Version: 0.0.110](https://img.shields.io/badge/Version-0.0.110-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.240](https://img.shields.io/badge/AppVersion-v0.1.240-informational?style=flat-square)
![Version: 0.0.111](https://img.shields.io/badge/Version-0.0.111-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.241](https://img.shields.io/badge/AppVersion-v0.1.241-informational?style=flat-square)

A helm chart for Chainguard's Enforce Agent.

Expand Down
4 changes: 2 additions & 2 deletions charts/enforce-agent/templates/enforce-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ spec:
serviceAccountName: controller
containers:
- name: controller
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.240@sha256:9e6b1c648440071926ec5cc7165331786f37004d00c592938b7097aabc879273
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.241@sha256:410735c7dc39c3b322acd8c158e13187474fc948b8e542a4faf0a32032c113bf
resources:
requests:
cpu: 50m
Expand Down Expand Up @@ -388,7 +388,7 @@ spec:
# The STS container is responsible for normalizing federated OIDC
# tokens by using `chainctl auth login [...] --refresh` with the
# "sts-in" identity token.
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.240@sha256:effef97e872cc9a6fbfa3bfd437b7484a3b862ed67c876cf8ed8168319b2e978
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.241@sha256:d6589ed697b89a3adcea91ed194e2d6e65889396beb25d260edc3ea22fdc7d1b
readinessProbe:
exec:
command:
Expand Down
Loading