René's URL Explorer Experiment


Title: Juice Shop Helm Chart deployment fails when ingress is enabled · Issue #735 · secureCodeBox/secureCodeBox · GitHub

Open Graph Title: Juice Shop Helm Chart deployment fails when ingress is enabled · Issue #735 · secureCodeBox/secureCodeBox

X Title: Juice Shop Helm Chart deployment fails when ingress is enabled · Issue #735 · secureCodeBox/secureCodeBox

Description: 🐞 Bug report Describe the bug Helm Chart deployment fails when the ingress is enabled from the values.yaml Steps To Reproduce $ /usr/local/bin/helm repo add securecodebox https://charts.securecodebox.io/ "securecodebox" already exists wi...

Open Graph Description: 🐞 Bug report Describe the bug Helm Chart deployment fails when the ingress is enabled from the values.yaml Steps To Reproduce $ /usr/local/bin/helm repo add securecodebox https://charts.securecodeb...

X Description: 🐞 Bug report Describe the bug Helm Chart deployment fails when the ingress is enabled from the values.yaml Steps To Reproduce $ /usr/local/bin/helm repo add securecodebox https://charts.securecodeb...

Opengraph URL: https://github.com/secureCodeBox/secureCodeBox/issues/735

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Juice Shop Helm Chart deployment fails when ingress is enabled","articleBody":"## 🐞 Bug report\r\n\u003c!--\r\nThank you for reporting an issue in our project 🙌\r\n\r\nBefore opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead.\r\n--\u003e\r\n\r\n### Describe the bug\r\nHelm Chart deployment fails when the ingress is enabled from the values.yaml\r\n\r\n### Steps To Reproduce\r\n```bash\r\n$ /usr/local/bin/helm repo add securecodebox https://charts.securecodebox.io/\r\n\"securecodebox\" already exists with the same configuration, skipping\r\n```\r\n```bash\r\n$ /usr/local/bin/helm repo update \r\nHang tight while we grab the latest from your chart repositories...\r\n...Successfully got an update from the \"securecodebox\" chart repository\r\nUpdate Complete. ⎈Happy Helming!⎈\r\n```\r\n\r\n```bash\r\necho \"\r\ningress:\r\n  enabled: \\\"true\\\"\r\n \" \u003e values.yaml\r\n```\r\n\r\n```bash\r\n$ /usr/local/bin/helm upgrade --install my-juice-shop securecodebox/juice-shop -f values.yaml --version 3.1.1 --dry-run --debug\r\n```\r\n\r\n### Expected behavior\r\nHelm3 Deployment should work\r\n\r\n### System (please complete the following information):\r\n - secureCodeBox Version/Release v12.7.0\r\n - Helm Chart Version 3.1.1\r\n - Kubernetes Version \r\n```\r\n$ kubectl version\r\nClient Version: version.Info{Major:\"1\", Minor:\"17\", GitVersion:\"v1.17.3\", GitCommit:\"06ad960bfd03b39c8310aaf92d1e7c12ce618213\", GitTreeState:\"clean\", BuildDate:\"2020-02-11T18:14:22Z\", GoVersion:\"go1.13.6\", Compiler:\"gc\", Platform:\"linux/amd64\"}\r\nServer Version: version.Info{Major:\"1\", Minor:\"17\", GitVersion:\"v1.17.3\", GitCommit:\"06ad960bfd03b39c8310aaf92d1e7c12ce618213\", GitTreeState:\"clean\", BuildDate:\"2020-02-11T18:07:13Z\", GoVersion:\"go1.13.6\", Compiler:\"gc\", Platform:\"linux/amd64\"}\r\n```\r\n - Helm Version\r\n```\r\n$ /usr/local/bin/helm versionversion.BuildInfo{Version:\"v3.7.1\", GitCommit:\"1d11fcb5d3f3bf00dbe6fe31b8412839a96b3dc4\", GitTreeState:\"clean\", GoVersion:\"go1.16.9\"}\r\n```\r\n--\u003e\r\n\r\n### Screenshots / Logs\r\n```\r\nhistory.go:56: [debug] getting history for release my-juice-shop\r\nRelease \"my-juice-shop\" does not exist. Installing it now.\r\ninstall.go:178: [debug] Original chart version: \"3.1.1\"\r\ninstall.go:199: [debug] CHART PATH: /root/.cache/helm/repository/juice-shop-3.1.1.tgz\r\n\r\nError: unable to build kubernetes objects from release manifest: error validating \"\": error validating data: apiVersion not set\r\nhelm.go:88: [debug] error validating \"\": error validating data: apiVersion not set\r\nhelm.sh/helm/v3/pkg/kube.scrubValidationError\r\n        helm.sh/helm/v3/pkg/kube/client.go:631\r\nhelm.sh/helm/v3/pkg/kube.(*Client).Build\r\n        helm.sh/helm/v3/pkg/kube/client.go:204\r\nhelm.sh/helm/v3/pkg/action.(*Install).RunWithContext\r\n        helm.sh/helm/v3/pkg/action/install.go:275\r\nmain.runInstall\r\n        helm.sh/helm/v3/cmd/helm/install.go:265\r\nmain.newUpgradeCmd.func2\r\n        helm.sh/helm/v3/cmd/helm/upgrade.go:124\r\ngithub.com/spf13/cobra.(*Command).execute\r\n        github.com/spf13/cobra@v1.2.1/command.go:856\r\ngithub.com/spf13/cobra.(*Command).ExecuteC\r\n        github.com/spf13/cobra@v1.2.1/command.go:974\r\ngithub.com/spf13/cobra.(*Command).Execute\r\n        github.com/spf13/cobra@v1.2.1/command.go:902\r\nmain.main\r\n        helm.sh/helm/v3/cmd/helm/helm.go:87\r\nruntime.main\r\n        runtime/proc.go:225\r\nruntime.goexit\r\n        runtime/asm_amd64.s:1371\r\nunable to build kubernetes objects from release manifest\r\nhelm.sh/helm/v3/pkg/action.(*Install).RunWithContext\r\n        helm.sh/helm/v3/pkg/action/install.go:277\r\nmain.runInstall\r\n        helm.sh/helm/v3/cmd/helm/install.go:265\r\nmain.newUpgradeCmd.func2\r\n        helm.sh/helm/v3/cmd/helm/upgrade.go:124\r\ngithub.com/spf13/cobra.(*Command).execute\r\n        github.com/spf13/cobra@v1.2.1/command.go:856\r\ngithub.com/spf13/cobra.(*Command).ExecuteC\r\n        github.com/spf13/cobra@v1.2.1/command.go:974\r\ngithub.com/spf13/cobra.(*Command).Execute\r\n        github.com/spf13/cobra@v1.2.1/command.go:902\r\nmain.main\r\n        helm.sh/helm/v3/cmd/helm/helm.go:87\r\nruntime.main\r\n        runtime/proc.go:225\r\nruntime.goexit\r\n        runtime/asm_amd64.s:1371\r\n```\r\n\r\n### Additional context\r\nN/A\r\n","author":{"url":"https://github.com/dhananjaya94","@type":"Person","name":"dhananjaya94"},"datePublished":"2021-10-17T04:31:41.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/735/secureCodeBox/issues/735"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:f8f93f48-d0a1-79e3-09cf-b56bebd64b81
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA320:3D3C35:26D6CCF:36EA218:69790553
html-safe-nonce96c27c981dfeb5c069aa4151863c42f3ce0499cdd4bcafd43beb875c0bfbd182
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMzIwOjNEM0MzNToyNkQ2Q0NGOjM2RUEyMTg6Njk3OTA1NTMiLCJ2aXNpdG9yX2lkIjoiMTQ4NjY5ODU4NDc3MzAzNTM0NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaccbe2d7584340f8653e43af94950d16f534de9f50606c21eae96a942cb73f070c
hovercard-subject-tagissue:1028213609
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/secureCodeBox/secureCodeBox/735/issue_layout
twitter:imagehttps://opengraph.githubassets.com/58b4ae5ab7c1e98b6159428ddb6f76455ae4efce5751d0ea37f8e389acee2904/secureCodeBox/secureCodeBox/issues/735
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/58b4ae5ab7c1e98b6159428ddb6f76455ae4efce5751d0ea37f8e389acee2904/secureCodeBox/secureCodeBox/issues/735
og:image:alt🐞 Bug report Describe the bug Helm Chart deployment fails when the ingress is enabled from the values.yaml Steps To Reproduce $ /usr/local/bin/helm repo add securecodebox https://charts.securecodeb...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedhananjaya94
hostnamegithub.com
expected-hostnamegithub.com
None6ea7ee451781d61a7d52349482d8542aa79fb260ac3eee5bdb5bc3254706e297
turbo-cache-controlno-preview
go-importgithub.com/secureCodeBox/secureCodeBox git https://github.com/secureCodeBox/secureCodeBox.git
octolytics-dimension-user_id34573705
octolytics-dimension-user_loginsecureCodeBox
octolytics-dimension-repository_id80711933
octolytics-dimension-repository_nwosecureCodeBox/secureCodeBox
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id80711933
octolytics-dimension-repository_network_root_nwosecureCodeBox/secureCodeBox
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release26d23265f5ce81c7eb01d7a436e9442b19d30bc6
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/secureCodeBox/secureCodeBox/issues/735#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Fissues%2F735
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Fissues%2F735
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=secureCodeBox%2FsecureCodeBox
Reloadhttps://github.com/secureCodeBox/secureCodeBox/issues/735
Reloadhttps://github.com/secureCodeBox/secureCodeBox/issues/735
Reloadhttps://github.com/secureCodeBox/secureCodeBox/issues/735
secureCodeBox https://github.com/secureCodeBox
secureCodeBoxhttps://github.com/secureCodeBox/secureCodeBox
Notifications https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Fork 178 https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Star 951 https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Code https://github.com/secureCodeBox/secureCodeBox
Issues 71 https://github.com/secureCodeBox/secureCodeBox/issues
Pull requests 2 https://github.com/secureCodeBox/secureCodeBox/pulls
Discussions https://github.com/secureCodeBox/secureCodeBox/discussions
Actions https://github.com/secureCodeBox/secureCodeBox/actions
Projects 1 https://github.com/secureCodeBox/secureCodeBox/projects
Security 1 https://github.com/secureCodeBox/secureCodeBox/security
Insights https://github.com/secureCodeBox/secureCodeBox/pulse
Code https://github.com/secureCodeBox/secureCodeBox
Issues https://github.com/secureCodeBox/secureCodeBox/issues
Pull requests https://github.com/secureCodeBox/secureCodeBox/pulls
Discussions https://github.com/secureCodeBox/secureCodeBox/discussions
Actions https://github.com/secureCodeBox/secureCodeBox/actions
Projects https://github.com/secureCodeBox/secureCodeBox/projects
Security https://github.com/secureCodeBox/secureCodeBox/security
Insights https://github.com/secureCodeBox/secureCodeBox/pulse
New issuehttps://github.com/login?return_to=https://github.com/secureCodeBox/secureCodeBox/issues/735
New issuehttps://github.com/login?return_to=https://github.com/secureCodeBox/secureCodeBox/issues/735
Juice Shop Helm Chart deployment fails when ingress is enabledhttps://github.com/secureCodeBox/secureCodeBox/issues/735#top
https://github.com/rfelber
bugBugshttps://github.com/secureCodeBox/secureCodeBox/issues?q=state%3Aopen%20label%3A%22bug%22
v3.2.0https://github.com/secureCodeBox/secureCodeBox/milestone/11
https://github.com/dhananjaya94
https://github.com/dhananjaya94
dhananjaya94https://github.com/dhananjaya94
on Oct 17, 2021https://github.com/secureCodeBox/secureCodeBox/issues/735#issue-1028213609
rfelberhttps://github.com/rfelber
bugBugshttps://github.com/secureCodeBox/secureCodeBox/issues?q=state%3Aopen%20label%3A%22bug%22
v3.2.0https://github.com/secureCodeBox/secureCodeBox/milestone/11
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.