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.182 (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: cpanato <[email protected]>
  • Loading branch information
chainguardian and cpanato authored Oct 13, 2023
1 parent 36240d7 commit f676057
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.79
appVersion: v0.1.181
version: 0.0.80
appVersion: v0.1.182
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.79](https://img.shields.io/badge/Version-0.0.79-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.181](https://img.shields.io/badge/AppVersion-v0.1.181-informational?style=flat-square)
![Version: 0.0.80](https://img.shields.io/badge/Version-0.0.80-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.182](https://img.shields.io/badge/AppVersion-v0.1.182-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.181@sha256:977e9c2c47586510a62db7134f4e5964277273e418bbcba97f21ccea91b361c6
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.182@sha256:227168fb83ac008950357424279e824b1c4d7f8d6e30d4f66af7457db724b79c
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.181@sha256:7224fac8124aa4f58f69e3553297a8a83aca420cf7467f590ef8518ab97b1da5
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.182@sha256:a6bdcca1494acfa1599c8f382587ddae08e9606bd06c33f463f4e9986ba43c25
readinessProbe:
exec:
command:
Expand Down

0 comments on commit f676057

Please sign in to comment.