Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(timed): update frontend image tag to v3.2.0 #1075

Merged
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
6 changes: 3 additions & 3 deletions charts/timed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: timed
description: Chart for Timed application
type: application
version: 0.16.26
version: 0.16.27
keywords:
- timed
- tracking
Expand All @@ -23,7 +23,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "update timed-backend from v3.0.6 to v3.0.7"
description: "update timed-frontnend to v3.2.1"
links:
- name: GitHub Release
url: https://github.com/adfinis/timed-backend/releases/tag/v3.0.7
url: https://github.com/adfinis/timed-frontend/releases/tag/v3.2.1
4 changes: 2 additions & 2 deletions charts/timed/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/timed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ frontend:
# -- Frontend image pull policy
pullPolicy: IfNotPresent
# -- Frontend version.
tag: v3.1.5
tag: v3.2.1
service:
# -- Frontend service name
name: timed-frontend
Expand Down