Skip to content

Commit

Permalink
[updatecli] Bump Epinio version used to 1.10.0 (#52)
Browse files Browse the repository at this point in the history
* chore: Update versioned Epinio release reference in ui/src/App.js

Made with ❤️️ by updatecli

* chore: Update versioned Epinio tarball reference in ui/src/Installer.js

Made with ❤️️ by updatecli

* chore: Update Epinio version assignment in Dockerfile

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 26, 2023
1 parent 2dfb5b5 commit 40c9d56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ARG KUBECTL_CHECKSUM_LINUX_AMD64=aaa5ea3b3630730d2b8a8ef3cccb14b47754602c7207c7b
ARG KUBECTL_CHECKSUM_WINDOWS_AMD64=ed404eb0c3b74341d2ff799e78f9c0352e2bbd5c1b645652de2725ec77c0a78e

# https://github.com/epinio/epinio/releases
ARG EPINIO_VERSION=1.9.0
ARG EPINIO_VERSION=1.10.0

# /darwin amd64
RUN wget -nv https://get.helm.sh/helm-v${HELM_VERSION}-darwin-amd64.tar.gz && \
Expand Down Expand Up @@ -113,7 +113,7 @@ ARG KUBECTL_CHECKSUM_DARWIN_ARM64=4166d293b4f58e5293363f1f91a285d929a54557bf0c1a
ARG KUBECTL_CHECKSUM_LINUX_ARM64=741e65b681a22074aaf9459b57dbcef6a9e993472b3019a87f57c191bc68575f

# https://github.com/epinio/epinio/releases
ARG EPINIO_VERSION=1.9.0
ARG EPINIO_VERSION=1.10.0

# /darwin arm64
RUN wget -nv https://get.helm.sh/helm-v${HELM_VERSION}-darwin-arm64.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion ui/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function App() {
<BottomNavigation showLabels sx={{ gridTemplateColumns: 'repeat(4, 1fr)' }}>
<Info apiDomain={uiDomain} enabled={hasKubernetes} credentials={credentials} info={epinioInfo} onInfoChanged={setEpinioInfo} />
<BottomNavigationAction label="epinio.io" icon={<HomeIcon />} onClick={openURL} url="https://epinio.io" />
<BottomNavigationAction label="CLI" icon={<DownloadIcon />} onClick={openURL} url="https://github.com/epinio/epinio/releases/tag/v1.9.0" />
<BottomNavigationAction label="CLI" icon={<DownloadIcon />} onClick={openURL} url="https://github.com/epinio/epinio/releases/tag/v1.10.0" />
</BottomNavigation>
</Paper>

Expand Down
2 changes: 1 addition & 1 deletion ui/src/epinio/Installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function EpinioInstaller({
'--set', 'global.domain=' + domain,
'--set', 'ingress.ingressClassName=nginx',
'--set', 'ingress.nginxSSLRedirect=false',
'https://github.com/epinio/helm-charts/releases/download/epinio-1.9.0/epinio-1.9.0.tgz'
'https://github.com/epinio/helm-charts/releases/download/epinio-1.10.0/epinio-1.10.0.tgz'
])

console.log('installed: epinio')
Expand Down

0 comments on commit 40c9d56

Please sign in to comment.