Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naterator patch 1 #2

Merged
merged 2 commits into from
Oct 9, 2024
Merged
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 hassio-xfinity-usage/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: hassio-xfinity-usage
type: application
version: 0.1.7
version: 0.1.8
appVersion: "0.0.12.8.1"
description: Fetch Xfinity data usage and serve it via an HTTP endpoint, publish it to MQTT or post it to an URL.
6 changes: 2 additions & 4 deletions hassio-xfinity-usage/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ spec:
value: {{ .Values.config.xfinity.username }}
- name: XFINITY_PASSWORD
value: {{ .Values.config.xfinity.password }}
- name: BASHIO_SUPERVISOR_API
value: "0"
- name: BASHIO_SUPERVISOR_TOKEN
value: "0"
- name: MQTT_SERVICE
value: "1"
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Expand Down