Jack Whelpton
Jack Whelpton
FYI, this is the approach Google are proposing for storing Helm charts in GCP. See: https://cloud.google.com/artifact-registry/docs/helm
@spinnakerbot remove-label stale
Any feedback on this issue? As we want to move to store our Helm charts in Google Artifact Registry this is a serious blocker for us atm.
@spinnakerbot remove-label stale
Still need this, any updates?
My workaround for now is to use a simple wrapper script: ```shell #!/bin/sh set -e jfrog "$@" 2>&1 ``` but any better suggestions would be welcome.
> I no longer use this package, in fact I no longer wrap errors. This sounds like a grandiose claim, and it may be my quirky coding style (my other...
Has there been any progress on this? The config in that linked StackOverflow post doesn't work me. I'm receiving the error: ``` ERROR: Couldn't read generated build info at :...
> 2. What are thoughts on how these would be merged for non-VS Code use? Would you have have a CI/CD pipeline merge them into a physical/on-disk file for deployment...
Was there any progress on this? I'm running Jenkins Artifactory Plugin version: 3.8.1 and I was attempting to pass SonarQube args to Maven using: ```groovy final maven = Artifactory.newMavenBuild() maven.opts...