summaryrefslogtreecommitdiffstats
path: root/kubernetes/helm/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-10-20[HELM] Update helm deploy pluginJakub Latusek1-4/+15
2020-05-15deploy.sh does not work on Mac os x because untar directory is created before...yoonsoonjahng1-3/+3
2019-10-10Fix deploy on failure of subprojectMike Elliott1-5/+4
2019-09-04delay flag in deploy.shAkansha Dua1-0/+10
2019-06-11Increase helm deploy perf by reducing helm lsJoey Sullivan1-1/+4
2019-04-17Deploy plugin bugfix.Oleg Mitsura1-1/+1
2019-02-28OOM-1664 add annotation last-applied-configurationsushil masal1-0/+19
2019-02-11Support version flag in helm deployMahendra Raghuwanshi1-5/+11
2018-10-24Deploy plugin fixMike Elliott1-2/+7
2018-10-24Fix deployment of sniro and sdncMike Elliott1-42/+23
2018-10-18Fix deploy when subcharts contain same nameMike Elliott1-6/+10
2018-10-15Update (un)deploy helm pluginsMike Elliott2-17/+100
2018-09-17Add helm plugins to (un)deploy onapMike Elliott4-0/+234
color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
<!--
  ============LICENSE_START=======================================================
  drools-applications
  ================================================================================
  Copyright (C) 2017, 2020 AT&T Intellectual Property. All rights reserved.
  ================================================================================
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  ============LICENSE_END=========================================================
  -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <packaging>pom</packaging>
  <parent>
    <groupId>org.onap.policy.drools-applications</groupId>
    <artifactId>drools-applications</artifactId>
    <version>1.6.0-SNAPSHOT</version>
  </parent>

  <groupId>org.onap.policy.drools-applications.controlloop</groupId>
  <artifactId>controlloop</artifactId>

  <properties>
    <jacoco.dataFile>${project.basedir}/../../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
  </properties>

  <modules>
    <module>common</module>
    <module>templates</module>
    <module>m2</module>
    <module>packages</module>
  </modules>
</project>