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.154 #41

Merged
merged 1 commit into from
Aug 16, 2023
Merged
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.53
appVersion: v0.1.153
version: 0.0.54
appVersion: v0.1.154
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.53](https://img.shields.io/badge/Version-0.0.53-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.153](https://img.shields.io/badge/AppVersion-v0.1.153-informational?style=flat-square)
![Version: 0.0.54](https://img.shields.io/badge/Version-0.0.54-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.154](https://img.shields.io/badge/AppVersion-v0.1.154-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.153@sha256:150b227a4f9232395f7797fb3cb5e7b8bff1c0c4abe7b207b5479ba6bde50a88
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.154@sha256:ba4b765494d953e517601d3b997be951871ba76803c484babc5c71c1adfe6a66
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.153@sha256:75d5d23cba7ff5e1f78103821a2b63083d43eae8fd943e8a0041c1500594e8e2
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.154@sha256:036c8235bdae843f7a241f4c302642a5546d2042306f3d68eef4a55a3b4084cc
readinessProbe:
exec:
command:
Expand Down