Skip to content

Commit

Permalink
Merge pull request #5 from PSNAppz/develop
Browse files Browse the repository at this point in the history
Update docker version and chart version to 1.0.1
  • Loading branch information
venky-ganapathy authored Dec 11, 2024
2 parents 0d398b9 + a24a499 commit 871f859
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: openg2p-sr-bg-tasks-celery-beat-producers
description: A Helm chart for OpenG2P SR Celery Beat Producers
type: application
version: 1.0.0
version: 1.0.1
appVersion: ""
dependencies:
- name: common
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serviceAccount:
image:
registry: docker.io
repository: openg2p/openg2p-openg2p-sr-celery-beat-producers
tag: 1.0.0
tag: 1.0.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/openg2p-sr-bg-tasks-celery-workers/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: openg2p-sr-bg-tasks-celery-workers
description: A Helm chart for OpenG2P SR Celery Workers
type: application
version: 1.0.0
version: 1.0.1
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/openg2p-sr-bg-tasks-celery-workers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serviceAccount:
image:
registry: docker.io
repository: openg2p/openg2p-sr-celery-workers
tag: 1.0.0
tag: 1.0.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
7 changes: 4 additions & 3 deletions charts/openg2p-sr-bg-tasks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: openg2p-sr-bg-tasks
description: A Helm chart for OpenG2P SR BG Tasks
type: application
version: 1.0.0
version: 1.0.1
appVersion: ""
dependencies:
- name: common
Expand All @@ -14,10 +14,10 @@ dependencies:
version: 20.x.x
condition: redis.enabled
- name: openg2p-sr-bg-tasks-celery-beat-producers
version: 1.0.0
version: 1.0.1
condition: openg2p-sr-bg-tasks-celery-beat-producers.enabled
- name: openg2p-sr-bg-tasks-celery-workers
version: 1.0.0
version: 1.0.1
condition: openg2p-sr-bg-tasks-celery-workers.enabled
keywords:
- openg2p-sr-bg-tasks
Expand All @@ -28,3 +28,4 @@ icon: https://openg2p.github.io/openg2p-helm/openg2p-logo.png
annotations:
catalog.cattle.io/display-name: "OpenG2P-SR-BG-Tasks"
openg2p.org/add-to-rancher: ""

4 changes: 2 additions & 2 deletions charts/openg2p-sr-bg-tasks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ openg2p-sr-bg-tasks-celery-beat-producers:
image:
registry: docker.io
repository: openg2p/openg2p-sr-celery-beat-producers
tag: '1.0.0'
tag: '1.0.1'
common:
enabled: false
redis:
Expand Down Expand Up @@ -36,7 +36,7 @@ openg2p-sr-bg-tasks-celery-workers:
image:
registry: docker.io
repository: openg2p/openg2p-sr-celery-workers
tag: '1.0.0'
tag: '1.0.1'
common:
enabled: false
redis:
Expand Down

0 comments on commit 871f859

Please sign in to comment.