diff --git a/tinkerbell/hegel/Chart.yaml b/tinkerbell/hegel/Chart.yaml index 71500e7..306d363 100644 --- a/tinkerbell/hegel/Chart.yaml +++ b/tinkerbell/hegel/Chart.yaml @@ -16,10 +16,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.0 +version: 0.4.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.14.1" +appVersion: "0.14.2" diff --git a/tinkerbell/hegel/values.yaml b/tinkerbell/hegel/values.yaml index 66f920c..da85b26 100644 --- a/tinkerbell/hegel/values.yaml +++ b/tinkerbell/hegel/values.yaml @@ -1,6 +1,6 @@ deploy: true name: hegel -image: quay.io/tinkerbell/hegel:v0.14.1 +image: quay.io/tinkerbell/hegel:v0.14.2 imagePullPolicy: IfNotPresent replicas: 1 service: diff --git a/tinkerbell/smee/Chart.yaml b/tinkerbell/smee/Chart.yaml index bf2231f..b26e0f3 100644 --- a/tinkerbell/smee/Chart.yaml +++ b/tinkerbell/smee/Chart.yaml @@ -16,10 +16,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.1 +version: 0.6.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.14.1" +appVersion: "0.15.0" diff --git a/tinkerbell/smee/templates/deployment.yaml b/tinkerbell/smee/templates/deployment.yaml index e0a481a..fa85103 100644 --- a/tinkerbell/smee/templates/deployment.yaml +++ b/tinkerbell/smee/templates/deployment.yaml @@ -84,6 +84,10 @@ spec: - -dhcp-syslog-ip={{ .Values.dhcp.syslogIp }} - -dhcp-tftp-ip={{ .Values.dhcp.tftpIp }} - -dhcp-ip-for-packet={{ .Values.dhcp.ipForPacket }} + - -iso-enabled={{ .Values.iso.enabled }} + - -iso-url={{ .Values.iso.url }} + - -iso-magic-string={{ .Values.iso.magicString }} + - -iso-static-ipam-enabled={{ .Values.iso.staticIPAMEnabled }} {{- range .Values.additionalArgs }} - {{ . }} {{- end }} diff --git a/tinkerbell/smee/values.yaml b/tinkerbell/smee/values.yaml index 762abaf..85e485a 100644 --- a/tinkerbell/smee/values.yaml +++ b/tinkerbell/smee/values.yaml @@ -5,7 +5,7 @@ deploy: true name: smee # The image used to launch the container. -image: quay.io/tinkerbell/smee:v0.14.1 +image: quay.io/tinkerbell/smee:v0.15.0 imagePullPolicy: IfNotPresent # The number of pods to run. @@ -102,6 +102,16 @@ http: # enable iPXE HTTP script server ipxeScriptEnabled: true +# ISO settings +iso: + enabled: false + # the string pattern to match for in the source ISO, defaults to the one defined in HookOS + magicString: "" + # enable static IPAM for HookOS + staticIPAMEnabled: false + # an HTTP(S) URL target to an OSIE that is used for patching + url: "" + # Trusted proxies defines a list of IP or CIDR ranges that are allowed to set the X-Forwarded-For # header. This typically requires all Pod CIDRs in the cluster. trustedProxies: [] diff --git a/tinkerbell/stack/Chart.lock b/tinkerbell/stack/Chart.lock index 356775b..1768867 100644 --- a/tinkerbell/stack/Chart.lock +++ b/tinkerbell/stack/Chart.lock @@ -4,12 +4,12 @@ dependencies: version: 0.3.0 - name: smee repository: file://../smee - version: 0.5.1 + version: 0.6.0 - name: rufio repository: file://../rufio version: 0.4.0 - name: hegel repository: file://../hegel - version: 0.4.0 -digest: sha256:cd45c3fbb6ed074365833472021dba91d7716a23b3ff23e22f17f03b2ae4cd3d -generated: "2024-11-22T21:01:58.580657087-07:00" + version: 0.4.1 +digest: sha256:7c73b32c9c5072746f633f28d75b86802c6db5c0b2d6331c49c90c07ff2ca54e +generated: "2024-11-23T15:15:04.175441288-07:00" diff --git a/tinkerbell/stack/Chart.yaml b/tinkerbell/stack/Chart.yaml index d0a11fa..93f5dff 100644 --- a/tinkerbell/stack/Chart.yaml +++ b/tinkerbell/stack/Chart.yaml @@ -29,11 +29,11 @@ dependencies: version: "0.3.0" repository: "file://../tink" - name: smee - version: "0.5.1" + version: "0.6.0" repository: "file://../smee" - name: rufio version: "0.4.0" repository: "file://../rufio" - name: hegel - version: "0.4.0" + version: "0.4.1" repository: "file://../hegel" diff --git a/tinkerbell/stack/values.yaml b/tinkerbell/stack/values.yaml index 6eb09d7..8009813 100644 --- a/tinkerbell/stack/values.yaml +++ b/tinkerbell/stack/values.yaml @@ -100,14 +100,14 @@ stack: # See individual chart documentation for additional detail. smee: - image: quay.io/tinkerbell/smee:v0.14.1 + image: quay.io/tinkerbell/smee:v0.15.0 tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.12.1 hegel: - image: quay.io/tinkerbell/hegel:v0.14.1 + image: quay.io/tinkerbell/hegel:v0.14.2 rufio: - image: quay.io/tinkerbell/rufio:v0.5.2 + image: quay.io/tinkerbell/rufio:v0.6.0 tink: controller: