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.170 #62

Merged
merged 1 commit into from
Sep 20, 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.69
appVersion: v0.1.169
version: 0.0.70
appVersion: v0.1.170
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.69](https://img.shields.io/badge/Version-0.0.69-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.169](https://img.shields.io/badge/AppVersion-v0.1.169-informational?style=flat-square)
![Version: 0.0.70](https://img.shields.io/badge/Version-0.0.70-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.170](https://img.shields.io/badge/AppVersion-v0.1.170-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.169@sha256:77a709ee5c9ed07e9f1ac2a4a444f608596d67f1b463814c0480d331c94ff3b8
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.170@sha256:ae3c6db1c599341eceb10fe5b2fa56e06eec9aae7de8f2fc674ce34ba5949300
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.169@sha256:96c0aa88da3d0d21b65e5a3bfd0819758dfa7518451fae804aaadafe3068257e
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.170@sha256:63190b6f3258256b0221ecb685c4d6bd26cd43350683a0b963453684cfec4c9a
readinessProbe:
exec:
command:
Expand Down