Skip to content

Commit

Permalink
[performance-monitor] remove latest tag from helm charts (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: Jozef Volak <[email protected]>
  • Loading branch information
Jozefiel and Jozef Volak authored Jun 6, 2024
1 parent 963f3e2 commit 3e26833
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
VALIDATE_LUA: false
VALIDATE_JSCPD: false
VALIDATE_NATURAL_LANGUAGE : false
VALIDATE_MARKDOWN: false
FILTER_REGEX_EXCLUDE: .*config/.*.json
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 8 additions & 2 deletions charts/performance-monitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: performance-monitor
description: FRINX Performance Monitor chart for FRINX-machine
icon: https://avatars.githubusercontent.com/u/23452093?s=200&v=4
type: application
version: 0.1.0
appVersion: "6.1.0"
version: 0.1.1
appVersion: "6.0.0"
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -22,3 +22,9 @@ annotations:
artifacthub.io/images: |
- name: performance-monitor
image: frinx/performance-monitor:6.0.0
artifacthub.io/changes: |
- kind: fixed
description: Removed latest tag from helm values
links:
- name: GitHub PR
url: https://github.com/FRINXio/helm-charts/pull/378
2 changes: 1 addition & 1 deletion charts/performance-monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ FRINX Performance Monitor chart for FRINX-machine
| fullnameOverride | string | `""` | String to partially override app name |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"frinx/performance-monitor"` | Performance Monitor image repository |
| image.tag | string | `"latest"` | Overrides the image tag whose default is the chart appVersion. TODO remove it when image with tag will be released |
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion |
| imagePullSecrets | list | `[{"name":"regcred"}]` | [Image Pull Secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) |
| ingress.annotations | object | `{}` | Additional annotations for the Ingress resource |
| ingress.className | string | `""` | IngressClass that will be be used to implement the Ingress |
Expand Down
3 changes: 1 addition & 2 deletions charts/performance-monitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ image:
# -- Performance Monitor image repository
repository: frinx/performance-monitor
# -- Overrides the image tag whose default is the chart appVersion.
# TODO remove it when image with tag will be released
tag: "latest"
tag: ""
# -- Image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 3e26833

Please sign in to comment.