Skip to content

Commit

Permalink
Fix heimdall2 bug (#63) (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Toy <adam.toy@rancherfederal.com>
  • Loading branch information
atoy3731 and Adam Toy authored Mar 17, 2023
1 parent a2d18c1 commit ec1d55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/heimdall2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: heimdall2
description: Rancher Government Heimdall2 Tool
icon: https://raw.githubusercontent.com/rancherfederal/carbide-docs/main/static/img/carbide-logo.svg
type: application
version: 0.1.22
version: 0.1.23
appVersion: "0.1.0"
2 changes: 1 addition & 1 deletion charts/heimdall2/templates/heimdall-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
- mountPath: /rancher
name: rcidf
- name: rancher-url-finder
image: {{ .Values.heimdall.rcidf.registry }}/{{ .Values.heimdall.rcidf.name }}:{{ .Values.heimdall.rcidf.tag }}
image: {{ template "system_default_registry" . }}{{ .Values.heimdall.rcidf.name }}:{{ .Values.heimdall.rcidf.tag }}
command: ['./rcidf', '--write-file', '/rancher/url', 'url']
volumeMounts:
- mountPath: /rancher
Expand Down

0 comments on commit ec1d55c

Please sign in to comment.