Skip to content

Commit

Permalink
add new sensors to home-info
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesClonk committed Oct 13, 2024
1 parent 8773ed7 commit 39d6f2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions home-info/image.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: kbld.k14s.io/v1alpha1
kind: Config
minimumRequiredVersion: 0.32.0
overrides:
- image: jamesclonk/home-info-dashboard:a03a4e64dc6a1c170a331c8ea9af437fd1bbb0f7
newImage: index.docker.io/jamesclonk/home-info-dashboard@sha256:d937eebd8d87a145b6689812e2f6a4e0b8575469a4012497d30f3f71dc5878be
- image: jamesclonk/home-info-dashboard:d50eec16c6153d9e37218399cd3c9eae479f0589
newImage: index.docker.io/jamesclonk/home-info-dashboard@sha256:e05d9e65a2bcde13fd64e9301fa95e49d136d7a8ddf28a7ff1d2be008584199c
preresolved: true
2 changes: 2 additions & 0 deletions home-info/templates/secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stringData:
TEAMS_WEBHOOK_URL: #@ data.values.secrets.home_info.teams.webhook_url
CONFIG_BEDROOM_HUMIDITY_SENSOR_ID: "5"
CONFIG_BEDROOM_TEMPERATURE_SENSOR_ID: "4"
CONFIG_BEDROOM_CO2_SENSOR_ID: "31"
CONFIG_FORECAST_TEMPERATURE_SENSOR_ID: "3"
CONFIG_FORECAST_HUMIDITY_SENSOR_ID: "27"
CONFIG_FORECAST_WIND_SPEED_SENSOR_ID: "28"
Expand All @@ -58,6 +59,7 @@ stringData:
CONFIG_PLANT_ROOM_TEMPERATURE_SENSOR_ID: "16"
CONFIG_GALLERY_HUMIDITY_SENSOR_ID: "26"
CONFIG_GALLERY_TEMPERATURE_SENSOR_ID: "25"
CONFIG_GALLERY_AIR_PRESSURE_SENSOR_ID: "30"
CONFIG_BASEMENT_HUMIDITY_SENSOR_ID: "24"
CONFIG_BASEMENT_TEMPERATURE_SENSOR_ID: "23"
CONFIG_WEIGHT_SENSOR_ID: "19"
Expand Down
2 changes: 1 addition & 1 deletion home-info/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
---
home_info:
replicas: 1
image: "jamesclonk/home-info-dashboard:a03a4e64dc6a1c170a331c8ea9af437fd1bbb0f7"
image: "jamesclonk/home-info-dashboard:d50eec16c6153d9e37218399cd3c9eae479f0589"

enable_network_policy: true
2 changes: 1 addition & 1 deletion image-puller/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image_puller:
- "jamesclonk/repo-mirrorer:83548d8c17618a57d377467eea8e34264be3dde4"
- "jamesclonk/backman:2.0.0"
- "jamesclonk/cf-env:89d20c44e3d6b1a4e0c0502e9d1f5bc908e81264"
- "jamesclonk/home-info-dashboard:a03a4e64dc6a1c170a331c8ea9af437fd1bbb0f7"
- "jamesclonk/home-info-dashboard:d50eec16c6153d9e37218399cd3c9eae479f0589"
- "jamesclonk/irvisualizer:625399ccc65d3eea2b06f2536d41a77b1cc876df"
- "jamesclonk/ircollector:571721fe7796bb80b571db9e325405a4c531e8a1"
- "jamesclonk/irdiscordbot:c032a58d922d3f71ee0bc39c4821e97bbd7a9ca0"
Expand Down

0 comments on commit 39d6f2a

Please sign in to comment.