Skip to content

Commit d6f2aef

Browse files
feat: push tunnels chart to OCI (#89)
1 parent 0a7ed25 commit d6f2aef

File tree

4 files changed

+33
-5
lines changed

4 files changed

+33
-5
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |
1717
- kind: changed
18-
description: Update app-proxy
18+
description: Push chart to OCI registry
19+
- kind: changed
20+
description: Update codefresh-tunnel-client
21+
- kind: changed
22+
description: Update internal-router nginx to 1.25
1923
- kind: changed
2024
description: Update codefresh-gitops-operator.
2125
links:
@@ -44,7 +48,7 @@ dependencies:
4448
repository: https://bitnami-labs.github.io/sealed-secrets/
4549
version: 2.7.3
4650
- name: codefresh-tunnel-client
47-
repository: https://chartmuseum.codefresh.io/codefresh-tunnel-client
48-
version: "0.1.12"
51+
repository: oci://quay.io/codefresh/charts
52+
version: 0.1.15
4953
alias: tunnel-client
5054
condition: tunnel-client.enabled

charts/gitops-runtime/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
## Codefresh gitops runtime
22
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![AppVersion: 0.1.36](https://img.shields.io/badge/AppVersion-0.1.36-informational?style=flat-square)
33

4+
## Prerequisites
5+
6+
- Kubernetes **1.23+**
7+
- Helm **3.8.0+**
8+
9+
## Get Chart Info
10+
11+
```console
12+
helm show all oci://quay.io/codefresh/gitops-runtime
13+
```
14+
See [Use OCI-based registries](https://helm.sh/docs/topics/registries/)
15+
416
## Codefresh official documentation:
517
Prior to running the installation please see the official documentation at: https://codefresh.io/docs/docs/installation/gitops/hybrid-gitops-helm-installation/
618

charts/gitops-runtime/README.md.gotmpl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
## Codefresh gitops runtime
22
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
33

4+
## Prerequisites
5+
6+
- Kubernetes **1.23+**
7+
- Helm **3.8.0+**
8+
9+
## Get Chart Info
10+
11+
```console
12+
helm show all oci://quay.io/codefresh/gitops-runtime
13+
```
14+
See [Use OCI-based registries](https://helm.sh/docs/topics/registries/)
15+
416
## Codefresh official documentation:
517
Prior to running the installation please see the official documentation at: https://codefresh.io/docs/docs/installation/gitops/hybrid-gitops-helm-installation/
618

charts/gitops-runtime/templates/tunnel-client.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{{/*
1+
{{/*
22
Tunnel based (ingressless) runtime support. We use libraries to generate the resources so we can use Helm templating
33
to intruduce the subdomainPrefix to the tunnel.
4-
Since the prefix is comprised of <accoundId>-<runtime name>, we can tempalate it and thus
4+
Since the prefix is comprised of <accoundId>-<runtime name>, we can tempalate it and thus
55
reduce complexity of installation and number or mandatory values to provide for the installation to work.
66
*/}}
77
{{- if and ( not .Values.global.runtime.ingress.enabled) (index .Values "tunnel-client" "enabled") }}

0 commit comments

Comments
 (0)