Skip to content

Commit

Permalink
make charts
Browse files Browse the repository at this point in the history
  • Loading branch information
hardys committed Oct 20, 2023
1 parent fa839a9 commit 1e63a11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
Binary file modified assets/metal3/metal3-0.2.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
kind: ConfigMap
kind: ConfigMap
metadata:
name: ironic-ipa-downloader
labels:
Expand Down
5 changes: 1 addition & 4 deletions charts/metal3/0.2.0/charts/ironic/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ data:
DHCP_HOSTS: {{ .dhcpHosts }}
{{- end }}
HTTP_PORT: {{ .httpPort | quote }}
{{- if .ipaBaseUri }}
IPA_BASEURI: {{ .ipaBaseUri }}
{{- end }}
IRONIC_API_BASE_URL: {{ $protocol }}://{{ $ironicApiHost }}
IRONIC_API_HOST: {{ $ironicApiHost }}
IRONIC_API_HTTPD_SERVER_NAME: {{ $ironicApiHost }}
Expand Down Expand Up @@ -73,4 +70,4 @@ data:
IRONIC_KERNEL_PARAMS: console=ttyS0
IPA_INSECURE: "1"
{{- end }}
DATABASE_HOST: {{ .Values.global.databaseServiceName }}.{{ .Release.Namespace }}.svc.cluster.local
DATABASE_HOST: {{ .Values.global.databaseServiceName }}.{{ .Release.Namespace }}.svc.cluster.local
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ entries:
metal3:
- apiVersion: v2
appVersion: 1.16.0
created: "2023-10-19T17:59:24.924432+03:00"
created: "2023-10-20T13:01:46.523713279+03:00"
dependencies:
- alias: metal3-baremetal-operator
name: baremetal-operator
Expand All @@ -75,7 +75,7 @@ entries:
repository: file://./charts/media
version: 0.2.0
description: A Helm chart that installs all of the dependencies needed for Metal3
digest: e41bd6f7ee7a3cbcde8534562f78e18600603dd62a50d746d08d47696c0a4dd2
digest: 270a1a329d2f08c3aa5072e00e377c5588eb6e99aa8133bf997417a2582d1b30
icon: https://github.com/cncf/artwork/raw/master/projects/metal3/icon/color/metal3-icon-color.svg
name: metal3
type: application
Expand Down

0 comments on commit 1e63a11

Please sign in to comment.