Skip to content

fix: remove unused hyperledgerExplorerVersion from k8s setup#778

Open
Efeguclu1 wants to merge 1 commit into
hyperledger-labs:mainfrom
Efeguclu1:fix/708-explorer-version
Open

fix: remove unused hyperledgerExplorerVersion from k8s setup#778
Efeguclu1 wants to merge 1 commit into
hyperledger-labs:mainfrom
Efeguclu1:fix/708-explorer-version

Conversation

@Efeguclu1

@Efeguclu1 Efeguclu1 commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

fix: remove unused hyperledgerExplorerVersion from k8s setup

Fixes #708

Problem

src/setup-k8s/index.ts hardcoded hyperledgerExplorerVersion: "1.1.8", but
this value is never rendered into any generated K8s file. It only existed as
dead configuration and caused a confusing mismatch with the Docker setup
(issue #708).

Change

Removed the unused hyperledgerExplorerVersion line from the K8s setup.

Verification

I ran the generator: the produced K8s .env doesn't contain the explorer
version at all (whereas the Docker output does, proving the snapshot test would
catch it if it were used). After removing the line, the K8s snapshot test
passes with byte-identical output, confirming the removal changes nothing.

Signed-off-by: Efeguclu1 <efeguclu3435@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hardcoded explorer version mismatch between Docker and K8s setups

1 participant