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

Commit

Permalink
update chart appVersion to v0.1.144
Browse files Browse the repository at this point in the history
  • Loading branch information
wlynch authored Jul 25, 2023
1 parent 1ffe190 commit 0ee7a02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.51
appVersion: v0.1.143
version: 0.0.52
appVersion: v0.1.144
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.51](https://img.shields.io/badge/Version-0.0.51-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.143](https://img.shields.io/badge/AppVersion-v0.1.143-informational?style=flat-square)
![Version: 0.0.52](https://img.shields.io/badge/Version-0.0.52-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.144](https://img.shields.io/badge/AppVersion-v0.1.144-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.143@sha256:4697847a0790ca8d6f5037c26a84d31c7fa74607384c38376faaa11c13ec3565
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.144@sha256:7a1c818f3fe733f9bbb7d75c6403dbb0147b4883591d500c9950d6f2c5163940
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.143@sha256:831214d4c5321e805a781c7ebeda61f2079d781256eea045effa7fdc5f6d97de
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.144@sha256:d000d5ddd6f07c2a76dad5499f350f40286f8c93e9a5d38967a68e91e948ab20
readinessProbe:
exec:
command:
Expand Down

0 comments on commit 0ee7a02

Please sign in to comment.