Skip to content

Commit

Permalink
chore: Pass binary directly (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 authored Mar 5, 2024
1 parent e5c061f commit 5ac052c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator
description: A Helm chart for Weights & Biases operator
type: application
version: 1.1.1
version: 1.1.2
appVersion: "1.0.0"
maintainers:
- name: wandb
Expand Down
4 changes: 1 addition & 3 deletions charts/operator/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ kind: ConfigMap
metadata:
name: {{ include "name" . }}-charts
data:
{{- range $name, $chart := .Values.charts }}
{{ $name }}.b64: {{ $.Files.Get $chart.path | b64enc }}
{{- end }}
{{- toYaml .Values.charts | nindent 2 }}

0 comments on commit 5ac052c

Please sign in to comment.