Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion operators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dependencies:
- name: sealed-secrets
version: "2.17.2"
repository: https://bitnami-labs.github.io/sealed-secrets
condition: sealed-secrets.enabled
condition: sealed-secrets.enabled
2 changes: 1 addition & 1 deletion student-content/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: ml500-base
name: ml500-student-content
description: A Helm chart to deploy the ML500 Lab
type: application
version: 1.0.0
Expand Down
12 changes: 12 additions & 0 deletions student-content/templates/gitea/console-link.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
apiVersion: console.openshift.io/v1
kind: ConsoleLink
metadata:
name: gitea-ml500
spec:
applicationMenu:
imageURL: https://gitea-gitea.{{ .Values.cluster_domain }}/assets/img/logo.svg
section: OpenShift Self Managed Services
href: https://gitea-gitea.{{ .Values.cluster_domain }}/
location: ApplicationMenu
text: ML500 Gitea Instance
2 changes: 1 addition & 1 deletion toolings/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: ml500-operators
name: ml500-toolings
description: A Helm chart to deploy the ML500 Toolings
type: application
version: 1.0.0
Expand Down