Skip to content

Commit

Permalink
Update extension-manager-operator version and image details (#121)
Browse files Browse the repository at this point in the history
* Update extension-manager-operator version and image details

On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>

* fix typo in example-content/virtualservice

On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>

---------

Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov authored Dec 12, 2024
1 parent de25bd5 commit 6673e4a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/example-content/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.126.0"
description: Helm Chart for the openmfp Portal
name: example-content
version: 0.110.17
version: 0.110.18
dependencies:
- name: common
version: 0.1.9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: {{ .Release.Namespace }}
spec:
gateways:
- {{ .Release.Namespace }}/{{ include "common.getKeyValue" (dict "Values" .Values "istio.gateway.name") }}
- {{ .Release.Namespace }}/{{ include "common.getKeyValue" (dict "Values" .Values "keys" "istio.gateway.name") }}
hosts:
{{- .Values.istio.virtualService.hosts | toYaml | nindent 2}}
http:
Expand Down
2 changes: 1 addition & 1 deletion charts/extension-manager-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: extension-manager-operator
description: A Helm chart for extension-manager-operator
type: application
version: 0.22.49
version: 0.22.50
appVersion: "0.79.0"
dependencies:
- name: extension-manager-operator-crds
Expand Down
4 changes: 2 additions & 2 deletions charts/extension-manager-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ A Helm chart for extension-manager-operator
|-----|------|---------|-------------|
| commonAnnotations | object | `{}` | |
| crds.enabled | bool | `true` | |
| image.name | string | `"ghcr.io/openmfp/extension-content-operator"` | |
| image.tag | string | `"0.16.0"` | |
| image.name | string | `"ghcr.io/openmfp/extension-manager-operator"` | |
| image.tag | string | `"0.22.48"` | |

## Overriding Values

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ operator match the snapshot:
- --log-level=
- --health-probe-bind-address=:8081
automountServiceAccountToken: true
image: ghcr.io/openmfp/extension-content-operator:1.0.0
image: ghcr.io/openmfp/extension-manager-operator:1.0.0
imagePullPolicy: Always
livenessProbe:
failureThreshold: 1
Expand Down
4 changes: 2 additions & 2 deletions charts/extension-manager-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
## @param image.name The image repository
## @param image.tag The image tag
image:
name: ghcr.io/openmfp/extension-content-operator
tag: 0.16.0
name: ghcr.io/openmfp/extension-manager-operator
tag: 0.22.48

# The Custom Resource Definitions (CRDs) configuration
## @param crds.enabled Enable or disable the CRDs
Expand Down

0 comments on commit 6673e4a

Please sign in to comment.