From 4dad048f427cb2db3a5798d951549cd3c42375df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geri=20M=C3=A1t=C3=A9?= Date: Fri, 12 Jul 2024 15:34:05 +0200 Subject: [PATCH 1/4] random changes --- st.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.py b/st.py index a0026ae..5bb2096 100644 --- a/st.py +++ b/st.py @@ -2,7 +2,7 @@ import numpy as np import pandas as pd -st.write("Welcome to Streamlit!") +st.write("Welcome to Streamlit! This is a different branch from main") chart_data = pd.DataFrame( np.random.randn(20, 3), From c4b6528994be8022f9830b7612183fe524dc1eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geri=20M=C3=A1t=C3=A9?= Date: Fri, 12 Jul 2024 15:35:56 +0200 Subject: [PATCH 2/4] stuff --- st.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.py b/st.py index 5bb2096..e7cb283 100644 --- a/st.py +++ b/st.py @@ -2,7 +2,7 @@ import numpy as np import pandas as pd -st.write("Welcome to Streamlit! This is a different branch from main") +st.write("Welcome to Streamlit! This is a different branch from main, or maybe a little bit more different") chart_data = pd.DataFrame( np.random.randn(20, 3), From 77b8061aa494267ccc5d4ba79bfe9a386dcc021a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geri=20M=C3=A1t=C3=A9?= <94902512+gerimate@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:02:19 +0200 Subject: [PATCH 3/4] Create helped-night-streamlit-app-preview.yaml --- .../helped-night-streamlit-app-preview.yaml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gimlet/helped-night-streamlit-app-preview.yaml diff --git a/.gimlet/helped-night-streamlit-app-preview.yaml b/.gimlet/helped-night-streamlit-app-preview.yaml new file mode 100644 index 0000000..fd49089 --- /dev/null +++ b/.gimlet/helped-night-streamlit-app-preview.yaml @@ -0,0 +1,25 @@ +app: streamlit-app-preview +env: helped-night +preview: true +namespace: default +chart: + name: https://github.com/gimlet-io/onechart.git?branch=simplified-schema&path=/charts/onechart/ +values: + containerPort: 8501 + gitBranch: '{{ .BRANCH }}' + gitRepository: gerimate/streamlit-app + gitSha: '{{ .SHA }}' + image: + dockerfile: Dockerfile + registry: customRegistry + repository: registry.gimlet:30003/gerimateopbohvhv/{{ .APP }} + strategy: dockerfile + tag: '{{ .SHA }}' + ingress: + annotations: + cert-manager.io/cluster-issuer: letsencrypt + kubernetes.io/ingress.class: nginx + host: streamlit-app-preview.gimlet.app + tlsEnabled: true + resources: + ignoreLimits: true From 0b1e37f92326d0e0cfa30f07a86765f76377ba90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geri=20M=C3=A1t=C3=A9?= <94902512+gerimate@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:05:33 +0200 Subject: [PATCH 4/4] Update helped-night-streamlit-app-preview.yaml --- .gimlet/helped-night-streamlit-app-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gimlet/helped-night-streamlit-app-preview.yaml b/.gimlet/helped-night-streamlit-app-preview.yaml index fd49089..39b01f1 100644 --- a/.gimlet/helped-night-streamlit-app-preview.yaml +++ b/.gimlet/helped-night-streamlit-app-preview.yaml @@ -1,4 +1,4 @@ -app: streamlit-app-preview +app: streamlit-app env: helped-night preview: true namespace: default