Skip to content

Commit

Permalink
Merge pull request #8 from Citi/develop
Browse files Browse the repository at this point in the history
add helm plugin description
  • Loading branch information
magner669 authored Aug 16, 2023
2 parents f10387d + 4b7b2c9 commit 0d07cfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ gradlePlugin {
id = "com.citi.helm-commands"
displayName = "Helm Commands plugin"
implementationClass = "com.citi.gradle.plugins.helm.command.HelmCommandsPlugin"
description = "Wrapper for common helm commands"
}
create("helmPlugin") {
id = "com.citi.helm"
displayName = "Helm plugin"
implementationClass = "com.citi.gradle.plugins.helm.HelmPlugin"
description = "Gradle plugin to help preparing Helm Charts. Supports charts packaging, linting, dependencies update, etc."
}
}
}
Expand Down
1 change: 1 addition & 0 deletions helm-publish-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ gradlePlugin {
create("helmPublishPlugin") {
id = "com.citi.helm-publish"
implementationClass = "com.citi.gradle.plugins.helm.publishing.HelmPublishPlugin"
description = "Extension for Gradle Helm Plugin. Allows helm chart publishing. Helm doesn't have this feature, so different publications are used for different helm repository providers"
}
}
}
Expand Down
1 change: 1 addition & 0 deletions helm-releases-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gradlePlugin {
id = "com.citi.helm-releases"
displayName = "Helm Releases Plugin"
implementationClass = "com.citi.gradle.plugins.helm.release.HelmReleasesPlugin"
description = "Extension for Gradle Helm Plugin. Supports charts installation/uninstallation."
}
}
}

0 comments on commit 0d07cfc

Please sign in to comment.