Skip to content

Commit

Permalink
Merge pull request #2 from naterator/naterator-patch-1
Browse files Browse the repository at this point in the history
Naterator patch 1
  • Loading branch information
naterator authored Oct 9, 2024
2 parents f1c5c3c + 7e2e207 commit aec74e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
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

0 comments on commit aec74e9

Please sign in to comment.